Searched refs:MFD_CLOEXEC (Results 1 – 6 of 6) 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()
209 #define MFD_CLOEXEC 0x00000001 macro
223 nfd = memfd_create("dsobase", MFD_CLOEXEC); in ATF_TC_BODY()
72 ATF_REQUIRE((fd_cl = memfd_create("...", MFD_CLOEXEC)) != -1); in ATF_TC_BODY()
81 BITMAP_1t1_LINUX(MFD_CLOEXEC),1840 if ((flags & ~(MFD_CLOEXEC | MFD_ALLOW_SEALING | MFD_HUGETLB | in linux_memfd_create()1851 if ((flags & MFD_CLOEXEC) != 0) in linux_memfd_create()
360 auto Func = []() { memfd_create("/rtsan_test_memfd_create", MFD_CLOEXEC); }; in TEST()