Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dfanotify.h52 #define FAN_UNLIMITED_QUEUE 0x00000010 macro
72 FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE |\
/linux-6.12.1/include/linux/
Dfanotify.h39 FAN_UNLIMITED_QUEUE | \
/linux-6.12.1/fs/notify/fanotify/
Dfanotify_user.c1532 if (flags & FAN_UNLIMITED_QUEUE) { in SYSCALL_DEFINE2()