Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dfsnotify_backend.h389 extern int fsnotify_add_event(struct fsnotify_group *group,
396 fsnotify_add_event(group, group->overflow_event, NULL); in fsnotify_queue_overflow()
/Linux-v4.19/fs/notify/
Dnotification.c97 int fsnotify_add_event(struct fsnotify_group *group, in fsnotify_add_event() function
/Linux-v4.19/fs/notify/inotify/
Dinotify_fsnotify.c124 ret = fsnotify_add_event(group, fsn_event, inotify_merge); in inotify_handle_event()
/Linux-v4.19/fs/notify/fanotify/
Dfanotify.c236 ret = fsnotify_add_event(group, fsn_event, fanotify_merge); in fanotify_handle_event()