Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfanotify.h57 #define FANOTIFY_UNPRIV 0x80000000 macro
58 #define FANOTIFY_INTERNAL_GROUP_FLAGS (FANOTIFY_UNPRIV)
/linux/fs/notify/fanotify/
H A Dfanotify_user.c858 if (FAN_GROUP_FLAG(group, FANOTIFY_UNPRIV) && in copy_event_to_user()
868 if (!FAN_GROUP_FLAG(group, FANOTIFY_UNPRIV) && in copy_event_to_user()
1634 internal_flags |= FANOTIFY_UNPRIV; in SYSCALL_DEFINE2()