Home
last modified time | relevance | path

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

/Linux-v5.10/fs/notify/
Dnotification.c84 int fsnotify_add_event(struct fsnotify_group *group, in fsnotify_add_event() function
/Linux-v5.10/include/linux/
Dfsnotify_backend.h486 extern int fsnotify_add_event(struct fsnotify_group *group,
493 fsnotify_add_event(group, group->overflow_event, NULL); in fsnotify_queue_overflow()
/Linux-v5.10/fs/notify/inotify/
Dinotify_fsnotify.c122 ret = fsnotify_add_event(group, fsn_event, inotify_merge); in inotify_one_event()
/Linux-v5.10/fs/notify/fanotify/
Dfanotify.c719 ret = fsnotify_add_event(group, fsn_event, fanotify_merge); in fanotify_handle_event()