Home
last modified time | relevance | path

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

/fs/notify/inotify/
Dinotify_fsnotify.c124 added_event = fsnotify_add_notify_event(group, event, fsn_event_priv, inotify_merge); in inotify_handle_event()
Dinotify_user.c539 notify_event = fsnotify_add_notify_event(group, ignored_event, fsn_event_priv, NULL); in inotify_ignored_and_remove_idr()
/fs/notify/fanotify/
Dfanotify.c149 notify_event = fsnotify_add_notify_event(group, event, NULL, fanotify_merge); in fanotify_handle_event()
/fs/notify/
Dnotification.c140 struct fsnotify_event *fsnotify_add_notify_event(struct fsnotify_group *group, struct fsnotify_even… in fsnotify_add_notify_event() function