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 34 int block_nbytes, inode_nbytes; local
52 inode_nbytes = block_nbytes = 0;
61 inode_nbytes = (size_t)
110 ino_itr, inode_nbytes << 3, inode_buf);
122 ino_itr += inode_nbytes << 3;
143 int inode_nbytes = EXT2_INODES_PER_GROUP(fs->super) / 8; local
187 (unsigned) inode_nbytes, &inode_bitmap);
191 inode_nbytes = 0;
197 while (inode_nbytes > 0) {
211 inode_nbytes -= fs->blocksize
    [all...]
  /external/e2fsprogs/misc/
dumpe2fs.c 137 int block_nbytes, inode_nbytes; local
143 inode_nbytes = EXT2_INODES_PER_GROUP(fs->super) / 8;
148 inode_bitmap = malloc(inode_nbytes);
239 ino_itr, inode_nbytes << 3, inode_bitmap);

Completed in 24 milliseconds