Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/notify/
H A Dnotification.c147 struct fsnotify_event *fsnotify_remove_first_event(struct fsnotify_group *group) in fsnotify_remove_first_event() function
163 * fsnotify_remove_first_event()
183 event = fsnotify_remove_first_event(group); in fsnotify_flush_notify()
/kernel/linux/linux-6.6/fs/notify/
H A Dnotification.c163 struct fsnotify_event *fsnotify_remove_first_event(struct fsnotify_group *group) in fsnotify_remove_first_event() function
187 event = fsnotify_remove_first_event(group); in fsnotify_flush_notify()
/kernel/linux/linux-5.10/include/linux/
H A Dfsnotify_backend.h502 extern struct fsnotify_event *fsnotify_remove_first_event(struct fsnotify_group *group);
/kernel/linux/linux-6.6/include/linux/
H A Dfsnotify_backend.h652 extern struct fsnotify_event *fsnotify_remove_first_event(struct fsnotify_group *group);
/kernel/linux/linux-5.10/fs/notify/fanotify/
H A Dfanotify_user.c120 event = FANOTIFY_E(fsnotify_remove_first_event(group)); in get_one_event()
607 event = FANOTIFY_E(fsnotify_remove_first_event(group)); in fanotify_release()
/kernel/linux/linux-5.10/fs/notify/inotify/
H A Dinotify_user.c153 fsnotify_remove_first_event(group); in get_one_event()
/kernel/linux/linux-6.6/fs/notify/inotify/
H A Dinotify_user.c189 fsnotify_remove_first_event(group); in get_one_event()
/kernel/linux/linux-6.6/fs/notify/fanotify/
H A Dfanotify_user.c242 fsnotify_remove_first_event(group); in get_one_event()
937 while ((fsn_event = fsnotify_remove_first_event(group))) { in fanotify_release()

Completed in 11 milliseconds