Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dmount.h83 #define FSOPEN_CLOEXEC 0x00000001 macro
/openbmc/linux/tools/include/uapi/linux/
H A Dmount.h83 #define FSOPEN_CLOEXEC 0x00000001 macro
/openbmc/linux/fs/
H A Dfsopen.c125 if (flags & ~FSOPEN_CLOEXEC) in SYSCALL_DEFINE2()
148 return fscontext_create_fd(fc, flags & FSOPEN_CLOEXEC ? O_CLOEXEC : 0); in SYSCALL_DEFINE2()