Lines Matching refs:start_blk
310 ext4_fsblk_t start_blk;
333 start_blk = ext4_group_first_block_no(sb, src_group);
334 last_blk = start_blk + group_data[src_group - group].blocks_count;
338 start_blk += overhead;
352 if (start_blk >= last_blk)
354 group_data[bb_index].block_bitmap = start_blk++;
355 group = ext4_get_group_number(sb, start_blk - 1);
363 if (start_blk >= last_blk)
365 group_data[ib_index].inode_bitmap = start_blk++;
366 group = ext4_get_group_number(sb, start_blk - 1);
377 if (start_blk + itb > last_blk)
379 group_data[it_index].inode_table = start_blk;
380 group = ext4_get_group_number(sb, start_blk);
384 if (start_blk + itb > next_group_start) {
386 overhead = start_blk + itb - next_group_start;
393 start_blk += EXT4_SB(sb)->s_itb_per_group;