Lines Matching refs:F_SEAL_GROW
607 mfd_assert_add_seals(fd, F_SEAL_GROW | F_SEAL_SEAL); in test_basic()
609 F_SEAL_GROW | in test_basic()
614 mfd_fail_add_seals(fd, F_SEAL_GROW); in test_basic()
625 F_SEAL_GROW | in test_basic()
691 mfd_assert_add_seals(fd, F_SEAL_GROW); in test_seal_grow()
692 mfd_assert_has_seals(fd, F_SEAL_GROW); in test_seal_grow()
715 mfd_assert_add_seals(fd, F_SEAL_SHRINK | F_SEAL_GROW); in test_seal_resize()
716 mfd_assert_has_seals(fd, F_SEAL_SHRINK | F_SEAL_GROW); in test_seal_resize()
755 mfd_fail_add_seals(fd, F_SEAL_GROW); in test_share_dup()
756 mfd_fail_add_seals(fd2, F_SEAL_GROW); in test_share_dup()
762 mfd_fail_add_seals(fd, F_SEAL_GROW); in test_share_dup()