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;
80 blk_itr, block_nbytes << 3, block_buf);
101 blk_itr += block_nbytes << 3;
144 int block_nbytes = EXT2_BLOCKS_PER_GROUP(fs->super) / 8; local
177 retval = ext2fs_get_memalign((unsigned) block_nbytes,
184 block_nbytes = 0;
224 while (block_nbytes > 0) {
238 block_nbytes -= fs->blocksize
    [all...]
  /external/e2fsprogs/misc/
dumpe2fs.c 151 int block_nbytes, inode_nbytes; local
156 block_nbytes = EXT2_BLOCKS_PER_GROUP(fs->super) / 8;
160 block_bitmap = malloc(block_nbytes);
243 blk_itr, block_nbytes << 3, block_bitmap);

Completed in 61 milliseconds