Lines Matching refs:F_SEAL_SEAL
608 mfd_assert_add_seals(fd, F_SEAL_GROW | F_SEAL_SEAL); in test_basic()
612 F_SEAL_SEAL); in test_basic()
624 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
628 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
752 mfd_assert_add_seals(fd, F_SEAL_SEAL); in test_share_dup()
753 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
754 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
758 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_dup()
759 mfd_fail_add_seals(fd2, F_SEAL_SEAL); in test_share_dup()
825 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_open()
832 mfd_assert_add_seals(fd2, F_SEAL_SEAL); in test_share_open()
833 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_open()
834 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_open()
855 mfd_assert_add_seals(fd, F_SEAL_SEAL); in test_share_fork()
856 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_share_fork()
859 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_share_fork()
864 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_share_fork()