Lines Matching refs:goal_group

402 	ext4_group_t i, goal_group = TEST_GOAL_GROUP;  in test_new_blocks_simple()  local
415 ar.goal = ext4_group_first_block_no(sb, goal_group); in test_new_blocks_simple()
422 ar.goal = ext4_group_first_block_no(sb, goal_group); in test_new_blocks_simple()
429 mbt_ctx_mark_used(sb, goal_group, 0, EXT4_CLUSTERS_PER_GROUP(sb)); in test_new_blocks_simple()
430 ar.goal = ext4_group_first_block_no(sb, goal_group); in test_new_blocks_simple()
433 ext4_group_first_block_no(sb, goal_group + 1), found, in test_new_blocks_simple()
435 ext4_group_first_block_no(sb, goal_group + 1), found); in test_new_blocks_simple()
438 for (i = goal_group; i < ext4_get_groups_count(sb); i++) in test_new_blocks_simple()
440 ar.goal = ext4_group_first_block_no(sb, goal_group); in test_new_blocks_simple()
450 ar.goal = ext4_group_first_block_no(sb, goal_group); in test_new_blocks_simple()
483 ext4_group_t goal_group, ext4_grpblk_t start, in validate_free_blocks_simple() argument
491 if (i == goal_group) in validate_free_blocks_simple()
500 bitmap = mbt_ctx_bitmap(sb, goal_group); in validate_free_blocks_simple()
509 test_free_blocks_simple_range(struct kunit *test, ext4_group_t goal_group, in test_free_blocks_simple_range() argument
525 block = ext4_group_first_block_no(sb, goal_group) + in test_free_blocks_simple_range()
528 validate_free_blocks_simple(test, sb, goal_group, start, len); in test_free_blocks_simple_range()
529 mbt_ctx_mark_used(sb, goal_group, 0, EXT4_CLUSTERS_PER_GROUP(sb)); in test_free_blocks_simple_range()