Searched refs:IN_CLOEXEC (Results 1 – 7 of 7) sorted by relevance
25 IN_CLOEXEC = 02000000, enumerator26 #define IN_CLOEXEC IN_CLOEXEC macro
72 #define IN_CLOEXEC O_CLOEXEC macro
667 BUILD_BUG_ON(IN_CLOEXEC != O_CLOEXEC); in do_inotify_init()670 if (flags & ~(IN_CLOEXEC | IN_NONBLOCK)) in do_inotify_init()
3615 TEST(notify_fd = inotify_init1(IN_NONBLOCK | IN_CLOEXEC), in inotify_test()