Home
last modified time | relevance | path

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

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