Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dfanotify.h45 #define FAN_CLOEXEC 0x00000001 macro
78 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | \
/linux-6.15/include/linux/
H A Dfanotify.h52 FAN_CLOEXEC | FAN_NONBLOCK)
/linux-6.15/fs/notify/fanotify/
H A Dfanotify_user.c1584 if (flags & FAN_CLOEXEC) in SYSCALL_DEFINE2()