Lines Matching refs:MFD_CLOEXEC
634 mfd_fail_new("", ~MFD_CLOEXEC); in test_create()
640 fd = mfd_assert_new("", 0, MFD_CLOEXEC); in test_create()
648 fd = mfd_assert_new("", 0, MFD_ALLOW_SEALING | MFD_CLOEXEC); in test_create()
664 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_basic()
695 MFD_CLOEXEC); in test_basic()
716 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_seal_write()
743 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_seal_future_write()
780 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_seal_shrink()
806 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_seal_grow()
832 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_seal_resize()
858 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_share_dup()
900 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_share_mmap()
934 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_share_open()
977 MFD_CLOEXEC | MFD_ALLOW_SEALING); in test_share_fork()