Home
last modified time | relevance | path

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

/linux/fs/notify/fanotify/
H A Dfanotify.c198 if (fanotify_is_perm_event(new->mask)) in fanotify_merge()
845 if (fanotify_is_perm_event(mask)) { in fanotify_alloc_event()
970 if (fanotify_is_perm_event(mask)) { in fanotify_handle_event()
990 if (!fanotify_is_perm_event(mask)) in fanotify_handle_event()
1005 } else if (fanotify_is_perm_event(mask)) { in fanotify_handle_event()
1010 if (fanotify_is_perm_event(mask)) in fanotify_handle_event()
H A Dfanotify.h457 static inline bool fanotify_is_perm_event(u32 mask) in fanotify_is_perm_event() function
508 return !(fanotify_is_perm_event(mask) || in fanotify_is_hashed_event()
H A Dfanotify_user.c247 if (fanotify_is_perm_event(event->mask)) in get_one_event()
861 if (fanotify_is_perm_event(event->mask)) in copy_event_to_user()
944 if (!fanotify_is_perm_event(event->mask)) { in fanotify_read()