Home
last modified time | relevance | path

Searched refs:fsnotify_peek_first_event (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/fs/notify/
Dnotification.c148 struct fsnotify_event *fsnotify_peek_first_event(struct fsnotify_group *group) in fsnotify_peek_first_event() function
165 struct fsnotify_event *event = fsnotify_peek_first_event(group); in fsnotify_remove_first_event()
/Linux-v6.1/include/linux/
Dfsnotify_backend.h650 extern struct fsnotify_event *fsnotify_peek_first_event(struct fsnotify_group *group);
/Linux-v6.1/fs/notify/inotify/
Dinotify_user.c177 event = fsnotify_peek_first_event(group); in get_one_event()
/Linux-v6.1/fs/notify/fanotify/
Dfanotify_user.c226 fsn_event = fsnotify_peek_first_event(group); in get_one_event()