Lines Matching refs:F_SEAL_SEAL
715 mfd_assert_add_seals(fd, F_SEAL_GROW | F_SEAL_SEAL); in test_basic()
719 F_SEAL_SEAL); in test_basic()
731 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
735 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
909 mfd_assert_add_seals(fd, F_SEAL_SEAL); in test_share_dup()
910 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
911 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
915 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_dup()
916 mfd_fail_add_seals(fd2, F_SEAL_SEAL); in test_share_dup()
986 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_open()
993 mfd_assert_add_seals(fd2, F_SEAL_SEAL); in test_share_open()
994 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_open()
995 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_open()
1018 mfd_assert_add_seals(fd, F_SEAL_SEAL); in test_share_fork()
1019 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_share_fork()
1022 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_share_fork()
1027 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_share_fork()