Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/filesystems/
H A Dfclog.c53 int fsfd = fsopen("tmpfs", FSOPEN_CLOEXEC); in TEST_F()
66 int fsfd = fsopen("tmpfs", FSOPEN_CLOEXEC); in TEST_F()
82 int fsfd = fsopen("tmpfs", FSOPEN_CLOEXEC); in TEST_F()
107 int fsfd = fsopen("tmpfs", FSOPEN_CLOEXEC); in TEST_F()
/linux/tools/testing/selftests/proc/
H A Dproc-pidns.c117 int fsfd = fsopen("proc", FSOPEN_CLOEXEC); in TEST_F()
135 int fsfd = fsopen("proc", FSOPEN_CLOEXEC); in TEST_F()
167 int fsfd = fsopen("proc", FSOPEN_CLOEXEC); in TEST_F()
190 int fsfd = fsopen("proc", FSOPEN_CLOEXEC); in TEST_F()
/linux/tools/include/uapi/linux/
H A Dmount.h83 #define FSOPEN_CLOEXEC 0x00000001 macro
/linux/fs/
H A Dfsopen.c130 if (flags & ~FSOPEN_CLOEXEC) in SYSCALL_DEFINE2()
153 return fscontext_create_fd(fc, flags & FSOPEN_CLOEXEC ? O_CLOEXEC : 0); in SYSCALL_DEFINE2()
/linux/include/uapi/linux/
H A Dmount.h84 #define FSOPEN_CLOEXEC 0x00000001
83 #define FSOPEN_CLOEXEC global() macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h84 #define FSOPEN_CLOEXEC 0x00000001 macro