Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dfanotify.h50 #define FAN_UNLIMITED_MARKS 0x00000020 macro
60 FAN_UNLIMITED_MARKS)
/Linux-v5.4/include/linux/
Dfanotify.h24 FAN_UNLIMITED_QUEUE | FAN_UNLIMITED_MARKS)
/Linux-v5.4/fs/notify/fanotify/
Dfanotify_user.c863 if (flags & FAN_UNLIMITED_MARKS) { in SYSCALL_DEFINE2()