Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dresize.c239 ext4_group_t o_group, ext4_group_t n_group) in alloc_flex_gd() argument
254 if (n_group <= last_group) in alloc_flex_gd()
255 flex_gd->resize_bg = 1 << fls(n_group - o_group); in alloc_flex_gd()
256 else if (n_group - last_group < flex_gd->resize_bg) in alloc_flex_gd()
258 fls(n_group - last_group)); in alloc_flex_gd()
1633 ext4_group_t n_group; in ext4_setup_next_flex_gd() local
1649 ext4_get_group_no_and_offset(sb, n_blocks_count - 1, &n_group, &last); in ext4_setup_next_flex_gd()
1652 if (last_group > n_group) in ext4_setup_next_flex_gd()
1653 last_group = n_group; in ext4_setup_next_flex_gd()
1674 if (last_group == n_group && ext4_has_group_desc_csum(sb)) in ext4_setup_next_flex_gd()
[all …]