Home
last modified time | relevance | path

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

/linux/fs/ext4/
A Dmballoc.h151 ext4_group_t fe_group; member
231 return ext4_group_first_block_no(sb, fex->fe_group) + in ext4_grp_offs_to_block()
A Dmballoc.c2002 ex->fe_group = 0; in mb_find_extent()
2041 ex->fe_group = 0; in mb_find_extent()
2371 BUG_ON(ex.fe_group != ac->ac_g_ex.fe_group); in ext4_mb_find_by_goal()
2380 BUG_ON(ex.fe_group != ac->ac_g_ex.fe_group); in ext4_mb_find_by_goal()
2980 ac->ac_b_ex.fe_group = 0; in ext4_mb_regular_allocator()
4121 ac->ac_b_ex.fe_group, in ext4_mb_mark_diskspace_used()
4575 &ac->ac_g_ex.fe_group, in ext4_mb_normalize_request()
4583 &ac->ac_g_ex.fe_group, in ext4_mb_normalize_request()
4609 ac->ac_g_ex.fe_group == ac->ac_b_ex.fe_group) in ext4_mb_collect_stats()
4703 &ac->ac_b_ex.fe_group, in ext4_mb_use_group_pa()
[all …]
A Dmballoc-test.c563 ac->ac_b_ex.fe_group = TEST_GOAL_GROUP; in test_mark_diskspace_used_range()
760 ex.fe_group = TEST_GOAL_GROUP; in test_mb_mark_used_range()
869 ex.fe_group = TEST_GOAL_GROUP; in test_mb_free_blocks()
904 ex.fe_group = TEST_GOAL_GROUP; in test_mb_mark_used_cost()
/linux/include/trace/events/
A Dext4.h1057 __entry->orig_group = ac->ac_o_ex.fe_group;
1061 __entry->goal_group = ac->ac_g_ex.fe_group;
1065 __entry->result_group = ac->ac_f_ex.fe_group;
1114 __entry->orig_group = ac->ac_o_ex.fe_group;
1118 __entry->result_group = ac->ac_b_ex.fe_group;

Completed in 25 milliseconds