Lines Matching refs:F_SEAL_SEAL
645 mfd_assert_add_seals(fd, F_SEAL_GROW | F_SEAL_SEAL); in test_basic()
649 F_SEAL_SEAL); in test_basic()
661 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
665 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
799 mfd_assert_add_seals(fd, F_SEAL_SEAL); in test_share_dup()
800 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
801 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
805 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_dup()
806 mfd_fail_add_seals(fd2, F_SEAL_SEAL); in test_share_dup()
876 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_open()
883 mfd_assert_add_seals(fd2, F_SEAL_SEAL); in test_share_open()
884 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_open()
885 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_open()
908 mfd_assert_add_seals(fd, F_SEAL_SEAL); in test_share_fork()
909 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_share_fork()
912 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_share_fork()
917 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_share_fork()