Searched refs:MFD_CLOEXEC (Results 1 – 6 of 6) sorted by relevance
668 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 …]
270 MFD_CLOEXEC | MFD_ALLOW_SEALING); in main()
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()
8 #define MFD_CLOEXEC 0x0001U macro
135 int mem_fd = memfd_create("memfd", MFD_CLOEXEC); in mremap_dontunmap_simple_shmem()
890 int memfd_flags = MFD_CLOEXEC; in vm_userspace_mem_region_add()
Completed in 20 milliseconds