Home
last modified time | relevance | path

Searched refs:notify_event (Results 1 – 2 of 2) sorted by relevance

/fs/notify/fanotify/
Dfanotify.c134 struct fsnotify_event *notify_event = NULL; in fanotify_handle_event() local
149 notify_event = fsnotify_add_notify_event(group, event, NULL, fanotify_merge); in fanotify_handle_event()
150 if (IS_ERR(notify_event)) in fanotify_handle_event()
151 return PTR_ERR(notify_event); in fanotify_handle_event()
156 if (notify_event) in fanotify_handle_event()
157 event = notify_event; in fanotify_handle_event()
162 if (notify_event) in fanotify_handle_event()
163 fsnotify_put_event(notify_event); in fanotify_handle_event()
/fs/notify/inotify/
Dinotify_user.c517 struct fsnotify_event *ignored_event, *notify_event; in inotify_ignored_and_remove_idr() local
539 notify_event = fsnotify_add_notify_event(group, ignored_event, fsn_event_priv, NULL); in inotify_ignored_and_remove_idr()
540 if (notify_event) { in inotify_ignored_and_remove_idr()
541 if (IS_ERR(notify_event)) in inotify_ignored_and_remove_idr()
542 ret = PTR_ERR(notify_event); in inotify_ignored_and_remove_idr()
544 fsnotify_put_event(notify_event); in inotify_ignored_and_remove_idr()