Searched refs:MFD_CLOEXEC (Results 1 – 4 of 4) sorted by relevance
68 if ((flags & ~(MFD_CLOEXEC | MFD_ALLOW_SEALING | MFD_HUGETLB | in memfd_create()83 if ((flags & MFD_CLOEXEC) != 0) in memfd_create()
207 #define MFD_CLOEXEC 0x00000001 macro
70 ATF_REQUIRE((fd_cl = memfd_create("...", MFD_CLOEXEC)) != -1); in ATF_TC_BODY()
79 BITMAP_1t1_LINUX(MFD_CLOEXEC),1777 if ((flags & ~(MFD_CLOEXEC | MFD_ALLOW_SEALING | MFD_HUGETLB | in linux_memfd_create()1788 if ((flags & MFD_CLOEXEC) != 0) in linux_memfd_create()