Searched refs:MFD_CLOEXEC (Results 1 – 6 of 6) sorted by relevance
668 mfd_fail_new("", ~MFD_CLOEXEC); in test_create()674 fd = mfd_assert_new("", 0, MFD_CLOEXEC); in test_create()682 fd = mfd_assert_new("", 0, MFD_ALLOW_SEALING | 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()[all …]
270 MFD_CLOEXEC | MFD_ALLOW_SEALING); in main()
8 #define MFD_CLOEXEC 0x0001U macro
248 #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()
135 int mem_fd = memfd_create("memfd", MFD_CLOEXEC); in mremap_dontunmap_simple_shmem()
887 int memfd_flags = MFD_CLOEXEC; in vm_userspace_mem_region_add()