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

  /external/e2fsprogs/lib/ext2fs/
rw_bitmaps.c 34 int block_nbytes, inode_nbytes; local
52 inode_nbytes = block_nbytes = 0;
54 block_nbytes = EXT2_BLOCKS_PER_GROUP(fs->super) / 8;
78 blk_itr, block_nbytes << 3, block_buf);
99 blk_itr += block_nbytes << 3;
142 int block_nbytes = EXT2_BLOCKS_PER_GROUP(fs->super) / 8; local
173 (unsigned) block_nbytes, &block_bitmap);
177 block_nbytes = 0;
217 while (block_nbytes > 0) {
231 block_nbytes -= fs->blocksize
    [all...]
  /external/e2fsprogs/misc/
dumpe2fs.c 137 int block_nbytes, inode_nbytes; local
142 block_nbytes = EXT2_BLOCKS_PER_GROUP(fs->super) / 8;
146 block_bitmap = malloc(block_nbytes);
229 blk_itr, block_nbytes << 3, block_bitmap);

Completed in 562 milliseconds