Searched refs:IN_CLOEXEC (Results 1 – 6 of 6) sorted by relevance
38 flags |= IN_CLOEXEC; in inotify_init1()
14 #define IN_CLOEXEC 0x00100000 /* O_CLOEXEC */ macro
138 int ino = inotify_init1(IN_CLOEXEC); in libzfs_load_module()
328 const int InotifyFD = inotify_init1(IN_CLOEXEC); in create()
493 if ((flags & ~(IN_NONBLOCK | IN_CLOEXEC)) != 0) in inotify_create_file()514 if ((flags & IN_CLOEXEC) != 0) in inotify_create_file()
4368 #if defined IN_CLOEXEC && defined IN_NONBLOCK in infy_newfd()4369 int fd = inotify_init1 (IN_CLOEXEC | IN_NONBLOCK); in infy_newfd()