Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dfanotify.h42 #define FAN_CLASS_CONTENT 0x00000004 macro
46 #define FAN_ALL_CLASS_BITS (FAN_CLASS_NOTIF | FAN_CLASS_CONTENT | \
/Linux-v5.4/include/linux/
Dfanotify.h18 #define FANOTIFY_CLASS_BITS (FAN_CLASS_NOTIF | FAN_CLASS_CONTENT | \
/Linux-v5.4/fs/notify/fanotify/
Dfanotify_user.c843 case FAN_CLASS_CONTENT: in SYSCALL_DEFINE2()