Searched refs:IN_NONBLOCK (Results 1 – 7 of 7) sorted by relevance
27 IN_NONBLOCK = 00004000 enumerator28 #define IN_NONBLOCK IN_NONBLOCK macro
73 #define IN_NONBLOCK O_NONBLOCK macro
668 BUILD_BUG_ON(IN_NONBLOCK != O_NONBLOCK); 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()