Home | History | Annotate | Download | only in ext2fs

Lines Matching defs:group_block

36 blk64_t ext2fs_descriptor_block_loc2(ext2_filsys fs, blk64_t group_block,
52 return group_block + i + 1 + group_zero_adjust;
59 * If group_block is not the normal value, we're trying to use
66 if (group_block != fs->super->s_first_data_block &&
84 blk_t ext2fs_descriptor_block_loc(ext2_filsys fs, blk_t group_block, dgrp_t i)
86 return ext2fs_descriptor_block_loc2(fs, group_block, i);
121 blk64_t group_block, blk;
207 group_block = superblock;
212 group_block = 0;
390 if (!group_block)
391 group_block = fs->super->s_first_data_block;
396 * However, we cannot touch group_block directly because in the meta_bg
398 * group_block != s_first_data_block to mean that we want to access the
403 if (group_block == 0 && fs->blocksize == 1024)
416 retval = io_channel_read_blk(fs->io, group_block +
431 blk = ext2fs_descriptor_block_loc2(fs, group_block, i);