Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dfanotify.h40 #define FAN_CLOEXEC 0x00000001 macro
72 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | \
/openbmc/linux/include/linux/
H A Dfanotify.h51 FAN_CLOEXEC | FAN_NONBLOCK)
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify_user.c1480 if (flags & FAN_CLOEXEC) in SYSCALL_DEFINE2()