Searched defs:inode_nbytes (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Drw_bitmaps.c34 int block_nbytes, inode_nbytes; local
52 inode_nbytes = block_nbytes = 0;
61 inode_nbytes = (size_t)
113 ino_itr, inode_nbytes << 3, inode_buf);
127 ino_itr += inode_nbytes << 3;
154 int inode_nbytes = EXT2_INODES_PER_GROUP(fs->super) / 8; local
166 (inode_nbytes > (int) fs->blocksize))
203 inode_nbytes = 0;
209 while (inode_nbytes > 0) {
223 inode_nbytes
[all...]
/external/e2fsprogs/misc/
H A Ddumpe2fs.c160 int block_nbytes, inode_nbytes; local
171 inode_nbytes = EXT2_INODES_PER_GROUP(fs->super) / 8;
176 inode_bitmap = malloc(inode_nbytes);
275 ino_itr, inode_nbytes << 3, inode_bitmap);

Completed in 85 milliseconds