Lines Matching refs:MFD_CLOEXEC
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()
894 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_share_dup()
936 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_share_mmap()
970 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_share_open()
1013 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_share_fork()