Lines Matching refs:F_SEAL_GROW
36 F_SEAL_GROW | \
911 mfd_assert_add_seals(fd, F_SEAL_GROW | F_SEAL_SEAL); in test_basic()
913 F_SEAL_GROW | in test_basic()
918 mfd_fail_add_seals(fd, F_SEAL_GROW); in test_basic()
929 F_SEAL_GROW | in test_basic()
1065 mfd_assert_add_seals(fd, F_SEAL_GROW); in test_seal_grow()
1066 mfd_assert_has_seals(fd, F_SEAL_GROW); in test_seal_grow()
1091 mfd_assert_add_seals(fd, F_SEAL_SHRINK | F_SEAL_GROW); in test_seal_resize()
1092 mfd_assert_has_seals(fd, F_SEAL_SHRINK | F_SEAL_GROW); in test_seal_resize()
1484 mfd_fail_add_seals(fd, F_SEAL_GROW); in test_share_dup()
1485 mfd_fail_add_seals(fd2, F_SEAL_GROW); in test_share_dup()
1491 mfd_fail_add_seals(fd, F_SEAL_GROW); in test_share_dup()