Home
last modified time | relevance | path

Searched refs:FAN_CLASS_NOTIF (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dfanotify.h24 #define FANOTIFY_CLASS_BITS (FAN_CLASS_NOTIF | FANOTIFY_PERM_CLASSES)
49 #define FANOTIFY_USER_INIT_FLAGS (FAN_CLASS_NOTIF | \
/openbmc/linux/include/uapi/linux/
H A Dfanotify.h44 #define FAN_CLASS_NOTIF 0x00000000 macro
49 #define FAN_ALL_CLASS_BITS (FAN_CLASS_NOTIF | FAN_CLASS_CONTENT | \
/openbmc/linux/samples/fanotify/
H A Dfs-monitor.c123 fd = fanotify_init(FAN_CLASS_NOTIF|FAN_REPORT_FID, O_RDONLY); in main()
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify_user.c1460 if (fid_mode && class != FAN_CLASS_NOTIF) in SYSCALL_DEFINE2()
1522 case FAN_CLASS_NOTIF: in SYSCALL_DEFINE2()