Symbol: FSOPEN_CLOEXEC
fs/fsopen.c
130
if (flags & ~FSOPEN_CLOEXEC)
fs/fsopen.c
153
return fscontext_create_fd(fc, flags & FSOPEN_CLOEXEC ? O_CLOEXEC : 0);
tools/testing/selftests/filesystems/fclog.c
107
int fsfd = fsopen("tmpfs", FSOPEN_CLOEXEC);
tools/testing/selftests/filesystems/fclog.c
53
int fsfd = fsopen("tmpfs", FSOPEN_CLOEXEC);
tools/testing/selftests/filesystems/fclog.c
66
int fsfd = fsopen("tmpfs", FSOPEN_CLOEXEC);
tools/testing/selftests/filesystems/fclog.c
82
int fsfd = fsopen("tmpfs", FSOPEN_CLOEXEC);
tools/testing/selftests/filesystems/fsmount_ns/fsmount_ns_test.c
119
fs_fd = sys_fsopen("tmpfs", FSOPEN_CLOEXEC);
tools/testing/selftests/filesystems/fsmount_ns/fsmount_ns_test.c
398
fs_fd = sys_fsopen("tmpfs", FSOPEN_CLOEXEC);
tools/testing/selftests/filesystems/fsmount_ns/fsmount_ns_test.c
517
fs_fd = sys_fsopen("tmpfs", FSOPEN_CLOEXEC);
tools/testing/selftests/filesystems/fsmount_ns/fsmount_ns_test.c
608
fs_fd = sys_fsopen("tmpfs", FSOPEN_CLOEXEC);
tools/testing/selftests/filesystems/fsmount_ns/fsmount_ns_test.c
711
fs_fd = sys_fsopen("tmpfs", FSOPEN_CLOEXEC);
tools/testing/selftests/filesystems/fsmount_ns/fsmount_ns_test.c
843
fs_fd = sys_fsopen("tmpfs", FSOPEN_CLOEXEC);
tools/testing/selftests/filesystems/move_mount/move_mount_test.c
97
fs_fd = sys_fsopen("tmpfs", FSOPEN_CLOEXEC);
tools/testing/selftests/proc/proc-pidns.c
117
int fsfd = fsopen("proc", FSOPEN_CLOEXEC);
tools/testing/selftests/proc/proc-pidns.c
135
int fsfd = fsopen("proc", FSOPEN_CLOEXEC);
tools/testing/selftests/proc/proc-pidns.c
167
int fsfd = fsopen("proc", FSOPEN_CLOEXEC);
tools/testing/selftests/proc/proc-pidns.c
190
int fsfd = fsopen("proc", FSOPEN_CLOEXEC);