Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dfanotify.h45 #define FAN_CLASS_CONTENT 0x00000004 macro
49 #define FAN_ALL_CLASS_BITS (FAN_CLASS_NOTIF | FAN_CLASS_CONTENT | \
/openbmc/linux/include/linux/
H A Dfanotify.h21 #define FANOTIFY_PERM_CLASSES (FAN_CLASS_CONTENT | \
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify_user.c1514 case FAN_CLASS_CONTENT: in SYSCALL_DEFINE2()