Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:group_block

32 blk_t ext2fs_descriptor_block_loc(ext2_filsys fs, blk_t group_block, dgrp_t i)
40 return (group_block + i + 1);
47 * If group_block is not the normal value, we're trying to use
54 if (group_block != fs->super->s_first_data_block &&
90 blk_t group_block, blk;
168 group_block = superblock;
173 group_block = 0;
305 if (!group_block)
306 group_block = fs->super->s_first_data_block;
314 retval = io_channel_read_blk(fs->io, group_block+1,
326 blk = ext2fs_descriptor_block_loc(fs, group_block, i);