HomeSort by relevance Sort by last modified time
    Searched refs:ext2fs_group_of_blk (Results 1 - 8 of 8) sorted by null

  /external/e2fsprogs/lib/ext2fs/
alloc_tables.c 141 dgrp_t gr = ext2fs_group_of_blk(fs, new_blk);
169 dgrp_t gr = ext2fs_group_of_blk(fs, new_blk);
205 dgrp_t gr = ext2fs_group_of_blk(fs, blk);
alloc_stats.c 65 int group = ext2fs_group_of_blk(fs, blk);
mkjournal.c 312 group = ext2fs_group_of_blk(fs, (fs->super->s_blocks_count -
ext2fs.h 1366 _INLINE_ int ext2fs_group_of_blk(ext2_filsys fs, blk_t blk) function
    [all...]
  /external/e2fsprogs/misc/
tune2fs.c 262 group = ext2fs_group_of_blk(fs, block);
1070 group = ext2fs_group_of_blk(fs, blk);
1120 group = ext2fs_group_of_blk(fs, blk);
    [all...]
dumpe2fs.c 138 dgrp_t flex_grp = ext2fs_group_of_blk(fs, block);
mke2fs.c 281 group = ext2fs_group_of_blk(fs, group_block+j);
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 812 g = ext2fs_group_of_blk(fs, blk);
    [all...]

Completed in 182 milliseconds