Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dfanotify.h40 #define FAN_CLOEXEC 0x00000001 macro
71 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | \
/linux-6.12.1/include/linux/
Dfanotify.h50 FAN_CLOEXEC | FAN_NONBLOCK)
/linux-6.12.1/fs/notify/fanotify/
Dfanotify_user.c1476 if (flags & FAN_CLOEXEC) in SYSCALL_DEFINE2()