Searched refs:event_priv (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/notify/inotify/
H A Dinotify.h19 extern void inotify_free_event_priv(struct fsnotify_event_private_data *event_priv);
H A Dinotify_fsnotify.c99 struct inotify_event_private_data *event_priv; local
115 event_priv = kmem_cache_alloc(event_priv_cachep, GFP_KERNEL);
116 if (unlikely(!event_priv))
119 fsn_event_priv = &event_priv->fsnotify_event_priv_data;
122 event_priv->wd = wd;
206 struct inotify_event_private_data *event_priv; local
209 event_priv = container_of(fsn_event_priv, struct inotify_event_private_data,
212 kmem_cache_free(event_priv_cachep, event_priv);
H A Dinotify_user.c520 struct inotify_event_private_data *event_priv; local
532 event_priv = kmem_cache_alloc(event_priv_cachep, GFP_NOFS);
533 if (unlikely(!event_priv))
536 fsn_event_priv = &event_priv->fsnotify_event_priv_data;
539 event_priv->wd = i_mark->wd;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/notify/inotify/
H A Dinotify.h19 extern void inotify_free_event_priv(struct fsnotify_event_private_data *event_priv);
H A Dinotify_fsnotify.c99 struct inotify_event_private_data *event_priv; local
115 event_priv = kmem_cache_alloc(event_priv_cachep, GFP_KERNEL);
116 if (unlikely(!event_priv))
119 fsn_event_priv = &event_priv->fsnotify_event_priv_data;
122 event_priv->wd = wd;
206 struct inotify_event_private_data *event_priv; local
209 event_priv = container_of(fsn_event_priv, struct inotify_event_private_data,
212 kmem_cache_free(event_priv_cachep, event_priv);
H A Dinotify_user.c520 struct inotify_event_private_data *event_priv; local
532 event_priv = kmem_cache_alloc(event_priv_cachep, GFP_NOFS);
533 if (unlikely(!event_priv))
536 fsn_event_priv = &event_priv->fsnotify_event_priv_data;
539 event_priv->wd = i_mark->wd;

Completed in 162 milliseconds