Home
last modified time | relevance | path

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

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