Searched refs:fsnotify_remove_first_event (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/notify/
H A Dnotification.c163 struct fsnotify_event *fsnotify_remove_first_event(struct fsnotify_group *group) function
187 event = fsnotify_remove_first_event(group);
/linux-master/fs/notify/inotify/
H A Dinotify_user.c188 fsnotify_remove_first_event(group);
/linux-master/include/linux/
H A Dfsnotify_backend.h652 extern struct fsnotify_event *fsnotify_remove_first_event(struct fsnotify_group *group);
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c241 fsnotify_remove_first_event(group);
936 while ((fsn_event = fsnotify_remove_first_event(group))) {

Completed in 160 milliseconds