Home
last modified time | relevance | path

Searched refs:fsnotify_insert_event (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/fs/notify/
Dnotification.c81 int fsnotify_insert_event(struct fsnotify_group *group, in fsnotify_insert_event() function
/linux-6.6.21/include/linux/
Dfsnotify_backend.h615 extern int fsnotify_insert_event(struct fsnotify_group *group,
627 return fsnotify_insert_event(group, event, merge, NULL); in fsnotify_add_event()
/linux-6.6.21/fs/notify/fanotify/
Dfanotify.c966 ret = fsnotify_insert_event(group, fsn_event, fanotify_merge, in fanotify_handle_event()