Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dinotify.h70 #define IN_CLOEXEC O_CLOEXEC macro
/linux-4.1.27/fs/notify/inotify/
Dinotify_user.c675 BUILD_BUG_ON(IN_CLOEXEC != O_CLOEXEC); in SYSCALL_DEFINE1()
678 if (flags & ~(IN_CLOEXEC | IN_NONBLOCK)) in SYSCALL_DEFINE1()