Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dmount.h82 #define FSOPEN_CLOEXEC 0x00000001 macro
/linux-6.3-rc2/tools/include/uapi/linux/
A Dmount.h82 #define FSOPEN_CLOEXEC 0x00000001 macro
/linux-6.3-rc2/fs/
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()

Completed in 4 milliseconds