Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/memfd/
A Dmemfd_test.c668 mfd_fail_new("", ~MFD_CLOEXEC); in test_create()
698 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_basic()
729 MFD_CLOEXEC); in test_basic()
750 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_seal_write()
777 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_seal_future_write()
816 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_seal_shrink()
842 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_seal_grow()
868 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_seal_resize()
894 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_share_dup()
936 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_share_mmap()
[all …]
A Dfuse_test.c270 MFD_CLOEXEC | MFD_ALLOW_SEALING); in main()
/linux/mm/
A Dmemfd.c248 #define MFD_ALL_FLAGS (MFD_CLOEXEC | MFD_ALLOW_SEALING | MFD_HUGETLB)
293 fd = get_unused_fd_flags((flags & MFD_CLOEXEC) ? O_CLOEXEC : 0); in SYSCALL_DEFINE2()
/linux/include/uapi/linux/
A Dmemfd.h8 #define MFD_CLOEXEC 0x0001U macro
/linux/tools/testing/selftests/vm/
A Dmremap_dontunmap.c135 int mem_fd = memfd_create("memfd", MFD_CLOEXEC); in mremap_dontunmap_simple_shmem()
/linux/tools/testing/selftests/kvm/lib/
A Dkvm_util.c890 int memfd_flags = MFD_CLOEXEC; in vm_userspace_mem_region_add()

Completed in 20 milliseconds