Searched refs:FSOPEN_CLOEXEC (Results 1 – 6 of 6) sorted by relevance
53 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()
117 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()
83 #define FSOPEN_CLOEXEC 0x00000001 macro
130 if (flags & ~FSOPEN_CLOEXEC) in SYSCALL_DEFINE2()153 return fscontext_create_fd(fc, flags & FSOPEN_CLOEXEC ? O_CLOEXEC : 0); in SYSCALL_DEFINE2()
84 #define FSOPEN_CLOEXEC 0x0000000183 #define FSOPEN_CLOEXEC global() macro
84 #define FSOPEN_CLOEXEC 0x00000001 macro