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

/linux-master/fs/notify/fanotify/
H A Dfanotify.c197 if (fanotify_is_perm_event(new->mask))
804 if (fanotify_is_perm_event(mask)) {
924 if (fanotify_is_perm_event(mask)) {
944 if (!fanotify_is_perm_event(mask))
959 } else if (fanotify_is_perm_event(mask)) {
964 if (fanotify_is_perm_event(mask))
H A Dfanotify.h443 static inline bool fanotify_is_perm_event(u32 mask) function
481 return !(fanotify_is_perm_event(mask) ||
H A Dfanotify_user.c242 if (fanotify_is_perm_event(event->mask))
740 if (fanotify_is_perm_event(event->mask))
845 if (!fanotify_is_perm_event(event->mask)) {

Completed in 160 milliseconds