Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dinotify.h72 #define IN_CLOEXEC O_CLOEXEC macro
/openbmc/phosphor-logging/
H A Dutil.cpp135 fd = inotify_init1(IN_NONBLOCK | IN_CLOEXEC); in journalSync()
/openbmc/linux/fs/notify/inotify/
H A Dinotify_user.c701 BUILD_BUG_ON(IN_CLOEXEC != O_CLOEXEC); in do_inotify_init()
704 if (flags & ~(IN_CLOEXEC | IN_NONBLOCK)) in do_inotify_init()