Lines Matching refs:F_SEAL_SEAL
911 mfd_assert_add_seals(fd, F_SEAL_GROW | F_SEAL_SEAL); in test_basic()
915 F_SEAL_SEAL); in test_basic()
927 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
931 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
1169 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_exec_no_seal()
1480 mfd_assert_add_seals(fd, F_SEAL_SEAL); in test_share_dup()
1481 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
1482 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
1486 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_dup()
1487 mfd_fail_add_seals(fd2, F_SEAL_SEAL); in test_share_dup()
1557 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_open()
1564 mfd_assert_add_seals(fd2, F_SEAL_SEAL); in test_share_open()
1565 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_open()
1566 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_open()
1589 mfd_assert_add_seals(fd, F_SEAL_SEAL); in test_share_fork()
1590 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_share_fork()
1593 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_share_fork()
1598 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_share_fork()