Lines Matching refs:F_SEAL_GROW
608 mfd_assert_add_seals(fd, F_SEAL_GROW | F_SEAL_SEAL); in test_basic()
610 F_SEAL_GROW | in test_basic()
615 mfd_fail_add_seals(fd, F_SEAL_GROW); in test_basic()
626 F_SEAL_GROW | in test_basic()
692 mfd_assert_add_seals(fd, F_SEAL_GROW); in test_seal_grow()
693 mfd_assert_has_seals(fd, F_SEAL_GROW); in test_seal_grow()
716 mfd_assert_add_seals(fd, F_SEAL_SHRINK | F_SEAL_GROW); in test_seal_resize()
717 mfd_assert_has_seals(fd, F_SEAL_SHRINK | F_SEAL_GROW); in test_seal_resize()
756 mfd_fail_add_seals(fd, F_SEAL_GROW); in test_share_dup()
757 mfd_fail_add_seals(fd2, F_SEAL_GROW); in test_share_dup()
763 mfd_fail_add_seals(fd, F_SEAL_GROW); in test_share_dup()