Searched refs:FSMOUNT_CLOEXEC (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/proc/ |
| H A D | proc-pidns.c | 123 int mountfd = fsmount(fsfd, FSMOUNT_CLOEXEC, 0); in TEST_F() 141 int mountfd = fsmount(fsfd, FSMOUNT_CLOEXEC, 0); in TEST_F() 172 int mountfd = fsmount(fsfd, FSMOUNT_CLOEXEC, 0); in TEST_F() 195 int mountfd = fsmount(fsfd, FSMOUNT_CLOEXEC, 0); in TEST_F()
|
| /linux/tools/include/uapi/linux/ |
| H A D | mount.h | 111 #define FSMOUNT_CLOEXEC 0x00000001 macro
|
| /linux/include/uapi/linux/ |
| H A D | mount.h | 112 #define FSMOUNT_CLOEXEC 0x00000001 111 #define FSMOUNT_CLOEXEC global() macro
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | mount.h | 112 #define FSMOUNT_CLOEXEC 0x00000001 macro
|
| /linux/tools/testing/selftests/filesystems/ |
| H A D | fclog.c | 88 int mfd = fsmount(fsfd, FSMOUNT_CLOEXEC, MOUNT_ATTR_NOEXEC | MOUNT_ATTR_NOSUID); in TEST_F()
|
| /linux/fs/ |
| H A D | namespace.c | 4420 if ((flags & ~(FSMOUNT_CLOEXEC)) != 0) in SYSCALL_DEFINE3() 4497 FD_PREPARE(fdf, (flags & FSMOUNT_CLOEXEC) ? O_CLOEXEC : 0, in SYSCALL_DEFINE3()
|