Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dfanotify.h33 #define FAN_ALL_CLASS_BITS (FAN_CLASS_NOTIF | FAN_CLASS_CONTENT | \ macro
40 FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE |\
/linux-4.1.27/fs/notify/fanotify/
Dfanotify_user.c756 switch (flags & FAN_ALL_CLASS_BITS) { in SYSCALL_DEFINE2()