Lines Matching refs:parent_group
426 ext4_group_t parent_group = EXT4_I(parent)->i_block_group; in find_group_orlov() local
445 parent_group >>= sbi->s_log_groups_per_flex; in find_group_orlov()
465 parent_group = hinfo.hash % ngroups; in find_group_orlov()
467 parent_group = get_random_u32_below(ngroups); in find_group_orlov()
469 g = (parent_group + i) % ngroups; in find_group_orlov()
524 parent_group = EXT4_I(parent)->i_last_alloc_group; in find_group_orlov()
526 parent_group >>= sbi->s_log_groups_per_flex; in find_group_orlov()
530 grp = (parent_group + i) % ngroups; in find_group_orlov()
545 parent_group = EXT4_I(parent)->i_block_group; in find_group_orlov()
547 grp = (parent_group + i) % ngroups; in find_group_orlov()
573 ext4_group_t parent_group = EXT4_I(parent)->i_block_group; in find_group_other() local
589 parent_group &= ~(flex_size-1); in find_group_other()
590 last = parent_group + flex_size; in find_group_other()
593 for (i = parent_group; i < last; i++) { in find_group_other()
602 parent_group = EXT4_I(parent)->i_last_alloc_group; in find_group_other()
610 *group = parent_group + flex_size; in find_group_other()
619 *group = parent_group; in find_group_other()
654 *group = parent_group; in find_group_other()