Searched refs:MFD_CLOEXEC (Results 1 – 10 of 10) sorted by relevance
850 mfd_fail_new("", ~MFD_CLOEXEC); in test_create()859 fd = mfd_assert_new("", 0, MFD_CLOEXEC); in test_create()867 fd = mfd_assert_new("", 0, MFD_ALLOW_SEALING | MFD_CLOEXEC); in test_create()883 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_basic()914 MFD_CLOEXEC); in test_basic()935 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_seal_write()962 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_seal_future_write()1001 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_seal_shrink()1027 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_seal_grow()1053 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_seal_resize()[all …]
271 MFD_CLOEXEC | MFD_ALLOW_SEALING); in main()
19 #ifndef MFD_CLOEXEC20 #define MFD_CLOEXEC 0x0001U macro
64 unsigned int flags = MFD_CLOEXEC; in qemu_memfd_create()202 int mfd = memfd_create("test", flags | MFD_CLOEXEC); in qemu_memfd_check()
8 #define MFD_CLOEXEC 0x0001U macro
269 #define MFD_ALL_FLAGS (MFD_CLOEXEC | MFD_ALLOW_SEALING | MFD_HUGETLB | MFD_NOEXEC_SEAL | MFD_EXEC)351 fd = get_unused_fd_flags((flags & MFD_CLOEXEC) ? O_CLOEXEC : 0); in SYSCALL_DEFINE2()
132 int mem_fd = memfd_create("memfd", MFD_CLOEXEC); in mremap_dontunmap_simple_shmem()
738 int memfd_flags = MFD_CLOEXEC; in kvm_memfd_alloc()
3725 fd = memfd_create("name", MFD_CLOEXEC); in TEST()