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

  /external/e2fsprogs/lib/ext2fs/
rw_bitmaps.c 35 int block_nbytes, inode_nbytes; local
51 inode_nbytes = block_nbytes = 0;
60 inode_nbytes = (size_t)
119 ino_itr, inode_nbytes << 3, inode_buf);
124 inode_nbytes);
139 ino_itr += inode_nbytes << 3;
203 int inode_nbytes = EXT2_INODES_PER_GROUP(fs->super) / 8; local
215 (inode_nbytes > (int) fs->blocksize))
250 inode_nbytes = 0;
256 while (inode_nbytes > 0)
    [all...]
  /external/e2fsprogs/misc/
dumpe2fs.c 161 int block_nbytes, inode_nbytes; local
171 inode_nbytes = EXT2_INODES_PER_GROUP(fs->super) / 8;
176 inode_bitmap = malloc(inode_nbytes);
306 ino_itr, inode_nbytes << 3, inode_bitmap);

Completed in 736 milliseconds