Lines Matching refs:MFD_CLOEXEC
669 mfd_fail_new("", ~MFD_CLOEXEC); in test_create()
675 fd = mfd_assert_new("", 0, MFD_CLOEXEC); in test_create()
683 fd = mfd_assert_new("", 0, MFD_ALLOW_SEALING | MFD_CLOEXEC); in test_create()
699 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_basic()
730 MFD_CLOEXEC); in test_basic()
751 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_seal_write()
778 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_seal_future_write()
817 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_seal_shrink()
843 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_seal_grow()
869 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_seal_resize()
895 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_share_dup()
937 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_share_mmap()
971 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_share_open()
1014 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_share_fork()