Home
last modified time | relevance | path

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

/Linux-v5.4/fs/notify/fanotify/
Dfanotify.c67 if (fanotify_is_perm_event(new->mask)) in fanotify_merge()
302 if (fanotify_is_perm_event(mask)) { in fanotify_alloc_event()
415 if (fanotify_is_perm_event(mask)) { in fanotify_handle_event()
439 if (!fanotify_is_perm_event(mask)) in fanotify_handle_event()
453 } else if (fanotify_is_perm_event(mask)) { in fanotify_handle_event()
458 if (fanotify_is_perm_event(mask)) in fanotify_handle_event()
483 if (fanotify_is_perm_event(event->mask)) { in fanotify_free_event()
Dfanotify.h131 static inline bool fanotify_is_perm_event(u32 mask) in fanotify_is_perm_event() function
Dfanotify_user.c92 if (fanotify_is_perm_event(FANOTIFY_E(fsn_event)->mask)) in get_one_event()
298 if (fanotify_is_perm_event(event->mask)) in copy_event_to_user()
387 if (!fanotify_is_perm_event(FANOTIFY_E(kevent)->mask)) { in fanotify_read()