Home
last modified time | relevance | path

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

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