Home
last modified time | relevance | path

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

/linux/fs/notify/fanotify/
H A Dfanotify.c197 if (fanotify_is_perm_event(new->mask)) in fanotify_merge()
804 if (fanotify_is_perm_event(mask)) { in fanotify_alloc_event()
924 if (fanotify_is_perm_event(mask)) { in fanotify_handle_event()
944 if (!fanotify_is_perm_event(mask)) in fanotify_handle_event()
959 } else if (fanotify_is_perm_event(mask)) { in fanotify_handle_event()
964 if (fanotify_is_perm_event(mask)) in fanotify_handle_event()
H A Dfanotify.h443 static inline bool fanotify_is_perm_event(u32 mask) in fanotify_is_perm_event() function
481 return !(fanotify_is_perm_event(mask) || in fanotify_is_hashed_event()