Home
last modified time | relevance | path

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

/Linux-v5.15/fs/notify/fanotify/
Dfanotify.c171 if (fanotify_is_perm_event(new->mask)) in fanotify_merge()
631 if (fanotify_is_perm_event(mask)) { in fanotify_alloc_event()
751 if (fanotify_is_perm_event(mask)) { in fanotify_handle_event()
775 if (!fanotify_is_perm_event(mask)) in fanotify_handle_event()
791 } else if (fanotify_is_perm_event(mask)) { in fanotify_handle_event()
796 if (fanotify_is_perm_event(mask)) in fanotify_handle_event()
Dfanotify.h279 static inline bool fanotify_is_perm_event(u32 mask) in fanotify_is_perm_event() function
318 return !fanotify_is_perm_event(mask) && !(mask & FS_Q_OVERFLOW); in fanotify_is_hashed_event()
Dfanotify_user.c210 if (fanotify_is_perm_event(event->mask)) in get_one_event()
611 if (fanotify_is_perm_event(event->mask)) in copy_event_to_user()
711 if (!fanotify_is_perm_event(event->mask)) { in fanotify_read()