Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dfanotify.h26 #define FAN_CLOEXEC 0x00000001 macro
39 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | \
/linux-4.4.14/fs/notify/fanotify/
Dfanotify_user.c729 if (flags & FAN_CLOEXEC) in SYSCALL_DEFINE2()