Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dmballoc.c1201 start = ac->ac_g_ex.fe_group; in ext4_mb_scan_groups()
2103 ex->fe_group = 0; in mb_find_extent()
2112 ex->fe_group = e4b->bd_group; in mb_find_extent()
2138 block, order, needed, ex->fe_group, ex->fe_start, in mb_find_extent()
2142 ex->fe_group = 0; in mb_find_extent()
2160 BUG_ON(e4b->bd_group != ex->fe_group); in mb_mark_used()
2243 BUG_ON(ac->ac_b_ex.fe_group != e4b->bd_group); in ext4_mb_use_best_found()
2273 WRITE_ONCE(sbi->s_mb_last_groups[hash], ac->ac_f_ex.fe_group); in ext4_mb_use_best_found()
2404 ext4_group_t group = ex.fe_group; in ext4_mb_try_best_found()
2433 ext4_group_t group = ac->ac_g_ex.fe_group; in ext4_mb_find_by_goal()
[all …]
H A Dmballoc.h151 ext4_group_t fe_group; member
238 return ext4_group_first_block_no(sb, fex->fe_group) + in ext4_grp_offs_to_block()
H A Dmballoc-test.c564 ac->ac_b_ex.fe_group = TEST_GOAL_GROUP; in test_mark_diskspace_used_range()
761 ex.fe_group = TEST_GOAL_GROUP; in test_mb_mark_used_range()
874 ex.fe_group = TEST_GOAL_GROUP; in test_mb_free_blocks()
911 ex.fe_group = TEST_GOAL_GROUP; in test_mb_mark_used_cost()