Home
last modified time | relevance | path

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

/Linux-v4.19/fs/notify/fanotify/
Dfanotify.c47 if (fanotify_is_perm_event(event->mask)) in fanotify_merge()
159 if (fanotify_is_perm_event(mask)) { in fanotify_alloc_event()
214 if (fanotify_is_perm_event(mask)) { in fanotify_handle_event()
230 if (!fanotify_is_perm_event(mask)) in fanotify_handle_event()
244 } else if (fanotify_is_perm_event(mask)) { in fanotify_handle_event()
250 if (fanotify_is_perm_event(mask)) in fanotify_handle_event()
272 if (fanotify_is_perm_event(fsn_event->mask)) { in fanotify_free_event()
Dfanotify.h44 static inline bool fanotify_is_perm_event(u32 mask) in fanotify_is_perm_event() function
Dfanotify_user.c227 if (fanotify_is_perm_event(event->mask)) in copy_event_to_user()
313 if (!fanotify_is_perm_event(kevent->mask)) { in fanotify_read()