Lines Matching refs:F_SEAL_SEAL
607 mfd_assert_add_seals(fd, F_SEAL_GROW | F_SEAL_SEAL); in test_basic()
611 F_SEAL_SEAL); in test_basic()
623 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
627 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
751 mfd_assert_add_seals(fd, F_SEAL_SEAL); in test_share_dup()
752 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
753 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
757 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_dup()
758 mfd_fail_add_seals(fd2, F_SEAL_SEAL); in test_share_dup()
824 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_open()
831 mfd_assert_add_seals(fd2, F_SEAL_SEAL); in test_share_open()
832 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_open()
833 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_open()
854 mfd_assert_add_seals(fd, F_SEAL_SEAL); in test_share_fork()
855 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_share_fork()
858 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_share_fork()
863 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_share_fork()