Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dfanotify.h36 #define FAN_UNLIMITED_QUEUE 0x00000010 macro
40 FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE |\
/linux-2.6.39/fs/notify/fanotify/
Dfanotify_user.c736 if (flags & FAN_UNLIMITED_QUEUE) { in SYSCALL_DEFINE2()