Home | History | Annotate | Download | only in ext2fs

Lines Matching defs: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);
48 * If group_block is not the normal value, we're trying to use
55 if (group_block != fs->super->s_first_data_block &&
91 blk_t group_block, blk;
164 group_block = superblock;
169 group_block = 0;
287 if (!group_block)
288 group_block = fs->super->s_first_data_block;
292 blk = ext2fs_descriptor_block_loc(fs, group_block, i);