Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dfanotify.h50 #define FAN_UNLIMITED_MARKS 0x00000020 macro
65 FAN_UNLIMITED_MARKS)
/Linux-v5.10/include/linux/
Dfanotify.h26 FAN_UNLIMITED_QUEUE | FAN_UNLIMITED_MARKS)
/Linux-v5.10/fs/notify/fanotify/
Dfanotify_user.c1025 if (flags & FAN_UNLIMITED_MARKS) { in SYSCALL_DEFINE2()