Home
last modified time | relevance | path

Searched refs:MFD_CLOEXEC (Results 1 – 8 of 8) sorted by relevance

/tools/testing/selftests/memfd/
A Dmemfd_test.c862 mfd_fail_new("", ~MFD_CLOEXEC); in test_create()
895 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_basic()
926 MFD_CLOEXEC); in test_basic()
947 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_seal_write()
974 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_seal_future_write()
1010 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_seal_write_map_read_shared()
1037 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_seal_shrink()
1063 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_seal_grow()
1089 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_seal_resize()
1167 MFD_CLOEXEC | MFD_EXEC); in test_exec_no_seal()
[all …]
A Dfuse_test.c271 MFD_CLOEXEC | MFD_ALLOW_SEALING); in main()
/tools/include/uapi/linux/
A Dmemfd.h8 #define MFD_CLOEXEC 0x0001U macro
/tools/testing/selftests/mm/
A Dmremap_dontunmap.c133 int mem_fd = memfd_create("memfd", MFD_CLOEXEC); in mremap_dontunmap_simple_shmem()
/tools/testing/selftests/exec/
A Dcheck-exec.c154 self->memfd = memfd_create("test-exec-probe", MFD_CLOEXEC); in FIXTURE_SETUP()
/tools/testing/selftests/kvm/lib/
A Dkvm_util.c863 int memfd_flags = MFD_CLOEXEC; in kvm_memfd_alloc()
/tools/lib/bpf/
A Dlibbpf.c1731 #ifndef MFD_CLOEXEC
1732 #define MFD_CLOEXEC 0x0001U macro
1740 unsigned int flags = MFD_CLOEXEC | MFD_NOEXEC_SEAL; in create_placeholder_fd()
/tools/testing/selftests/landlock/
A Dfs_test.c4118 fd = memfd_create("name", MFD_CLOEXEC); in TEST()

Completed in 45 milliseconds