Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfanotify.h56 #define FANOTIFY_UNPRIV 0x80000000 macro
57 #define FANOTIFY_INTERNAL_GROUP_FLAGS (FANOTIFY_UNPRIV)
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify_user.c682 if (FAN_GROUP_FLAG(group, FANOTIFY_UNPRIV) && in copy_event_to_user()
692 if (!FAN_GROUP_FLAG(group, FANOTIFY_UNPRIV) && in copy_event_to_user()
1419 internal_flags |= FANOTIFY_UNPRIV; in SYSCALL_DEFINE2()
1752 FAN_GROUP_FLAG(group, FANOTIFY_UNPRIV)) && in do_fanotify_mark()