Home | History | Annotate | Download | only in ext2fs

Lines Matching full:inode_nbytes

34 	int		block_nbytes, inode_nbytes;
52 inode_nbytes = block_nbytes = 0;
62 inode_nbytes = (size_t)
112 ino_itr, inode_nbytes << 3, inode_buf);
124 ino_itr += inode_nbytes << 3;
145 int inode_nbytes = EXT2_INODES_PER_GROUP(fs->super) / 8;
194 (unsigned) inode_nbytes, &inode_bitmap);
198 inode_nbytes = 0;
204 while (inode_nbytes > 0) {
218 inode_nbytes -= fs->blocksize;
274 -inode_nbytes, inode_bitmap);
280 memset(inode_bitmap, 0, inode_nbytes);
281 cnt = inode_nbytes << 3;
286 ino_itr += inode_nbytes << 3;