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

  /external/e2fsprogs/lib/ext2fs/
alloc_stats.c 63 int group = ext2fs_group_of_blk2(fs, blk);
130 int group = ext2fs_group_of_blk2(fs, blk);
alloc_tables.c 158 dgrp_t gr = ext2fs_group_of_blk2(fs, new_blk);
191 dgrp_t gr = ext2fs_group_of_blk2(fs, new_blk);
alloc.c 199 ext2fs_clear_block_uninit(fs, ext2fs_group_of_blk2(fs, b));
488 ext2fs_group_of_blk2(fs, b));
blknum.c 20 dgrp_t ext2fs_group_of_blk2(ext2_filsys fs, blk64_t blk) function
mkjournal.c 239 group = ext2fs_group_of_blk2(fs, (ext2fs_blocks_count(fs->super) -
ext2fs.h 872 extern dgrp_t ext2fs_group_of_blk2(ext2_filsys fs, blk64_t);
    [all...]
  /external/e2fsprogs/misc/
dumpe2fs.c 147 dgrp_t flex_grp = ext2fs_group_of_blk2(fs, block);
tune2fs.c 343 group = ext2fs_group_of_blk2(fs, block);
    [all...]
mke2fs.c 328 group = ext2fs_group_of_blk2(fs, group_block+j);
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c     [all...]

Completed in 152 milliseconds