Searched refs:fsnotify_add_event (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/notify/ |
H A D | notification.c | 84 int fsnotify_add_event(struct fsnotify_group *group, in fsnotify_add_event() function 137 * check in fsnotify_add_event() works in fsnotify_remove_queued_event()
|
/kernel/linux/linux-5.10/fs/notify/inotify/ |
H A D | inotify_fsnotify.c | 125 ret = fsnotify_add_event(group, fsn_event, inotify_merge); in inotify_handle_inode_event()
|
/kernel/linux/linux-6.6/fs/notify/inotify/ |
H A D | inotify_fsnotify.c | 126 ret = fsnotify_add_event(group, fsn_event, inotify_merge); in inotify_handle_inode_event()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fsnotify_backend.h | 487 extern int fsnotify_add_event(struct fsnotify_group *group, 494 fsnotify_add_event(group, group->overflow_event, NULL); in fsnotify_queue_overflow()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fsnotify_backend.h | 622 static inline int fsnotify_add_event(struct fsnotify_group *group, in fsnotify_add_event() function 633 fsnotify_add_event(group, group->overflow_event, NULL); in fsnotify_queue_overflow()
|
/kernel/linux/linux-5.10/fs/notify/fanotify/ |
H A D | fanotify.c | 724 ret = fsnotify_add_event(group, fsn_event, fanotify_merge); in fanotify_handle_event()
|
Completed in 6 milliseconds