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

/linux-master/include/linux/
H A Dfanotify.h56 #define FANOTIFY_UNPRIV 0x80000000 macro
57 #define FANOTIFY_INTERNAL_GROUP_FLAGS (FANOTIFY_UNPRIV)
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c681 if (FAN_GROUP_FLAG(group, FANOTIFY_UNPRIV) &&
691 if (!FAN_GROUP_FLAG(group, FANOTIFY_UNPRIV) &&
1482 * Setting the internal flag FANOTIFY_UNPRIV on the group
1486 internal_flags |= FANOTIFY_UNPRIV;
1831 FAN_GROUP_FLAG(group, FANOTIFY_UNPRIV)) &&

Completed in 597 milliseconds