Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dfanotify.h49 #define FAN_UNLIMITED_QUEUE 0x00000010 macro
59 FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE |\
/Linux-v5.4/include/linux/
Dfanotify.h24 FAN_UNLIMITED_QUEUE | FAN_UNLIMITED_MARKS)
/Linux-v5.4/fs/notify/fanotify/
Dfanotify_user.c854 if (flags & FAN_UNLIMITED_QUEUE) { in SYSCALL_DEFINE2()