Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dfanotify.h50 #define FAN_UNLIMITED_MARKS 0x00000020 macro
66 FAN_UNLIMITED_MARKS)
/Linux-v5.15/include/linux/
Dfanotify.h42 FAN_UNLIMITED_MARKS)
/Linux-v5.15/fs/notify/fanotify/
Dfanotify_user.c1027 if (!FAN_GROUP_FLAG(group, FAN_UNLIMITED_MARKS) && in fanotify_add_new_mark()
1047 if (!FAN_GROUP_FLAG(group, FAN_UNLIMITED_MARKS)) in fanotify_add_new_mark()
1275 if (flags & FAN_UNLIMITED_MARKS) { in SYSCALL_DEFINE2()
Dfanotify.c866 if (!FAN_GROUP_FLAG(group, FAN_UNLIMITED_MARKS)) in fanotify_freeing_mark()