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

/linux-master/include/linux/
H A Dfanotify.h24 #define FANOTIFY_CLASS_BITS (FAN_CLASS_NOTIF | FANOTIFY_PERM_CLASSES)
44 * FAN_CLASS_NOTIF is the only class we allow for unprivileged group.
48 #define FANOTIFY_USER_INIT_FLAGS (FAN_CLASS_NOTIF | \
/linux-master/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 | \
/linux-master/samples/fanotify/
H A Dfs-monitor.c123 fd = fanotify_init(FAN_CLASS_NOTIF|FAN_REPORT_FID, O_RDONLY);
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c1516 if (fid_mode && class != FAN_CLASS_NOTIF)
1578 case FAN_CLASS_NOTIF:
1836 * group->priority == FS_PRIO_0 == FAN_CLASS_NOTIF. These are not

Completed in 95 milliseconds