Home
last modified time | relevance | path

Searched refs:goal_group (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ext4/
H A Dmballoc-test.c407 ext4_group_t i, goal_group = TEST_GOAL_GROUP; in test_new_blocks_simple() local
420 ar.goal = ext4_group_first_block_no(sb, goal_group); in test_new_blocks_simple()
427 ar.goal = ext4_group_first_block_no(sb, goal_group); in test_new_blocks_simple()
434 mbt_ctx_mark_used(sb, goal_group, 0, EXT4_CLUSTERS_PER_GROUP(sb)); in test_new_blocks_simple()
435 ar.goal = ext4_group_first_block_no(sb, goal_group); in test_new_blocks_simple()
438 ext4_group_first_block_no(sb, goal_group + 1), found, in test_new_blocks_simple()
440 ext4_group_first_block_no(sb, goal_group + 1), found); in test_new_blocks_simple()
443 for (i = goal_group; i < ext4_get_groups_count(sb); i++) in test_new_blocks_simple()
445 ar.goal = ext4_group_first_block_no(sb, goal_group); in test_new_blocks_simple()
455 ar.goal = ext4_group_first_block_no(sb, goal_group); in test_new_blocks_simple()
[all …]