Lines Matching refs:inode_bytes
133 unsigned int inode_bytes = 0, inode_size = 0, total_inode_bytes = 0; variable
373 #define MKINODE(A) ((squashfs_inode)(((squashfs_inode) inode_bytes << 16) \
386 inode_bytes = sinode_bytes; in restorefs()
453 if((inode_size - inode_bytes) < in get_inode()
463 c_byte = mangle(inode_table + inode_bytes + BLOCK_OFFSET, in get_inode()
466 TRACE("Inode block @ 0x%x, size %d\n", inode_bytes, c_byte); in get_inode()
467 SQUASHFS_SWAP_SHORTS(&c_byte, inode_table + inode_bytes, 1); in get_inode()
468 inode_bytes += SQUASHFS_COMPRESSED_SIZE(c_byte) + BLOCK_OFFSET; in get_inode()
594 if(inode_size - inode_bytes < in write_inodes()
605 c_byte = mangle(inode_table + inode_bytes + BLOCK_OFFSET, datap, in write_inodes()
607 TRACE("Inode block @ 0x%x, size %d\n", inode_bytes, c_byte); in write_inodes()
608 SQUASHFS_SWAP_SHORTS(&c_byte, inode_table + inode_bytes, 1); in write_inodes()
609 inode_bytes += SQUASHFS_COMPRESSED_SIZE(c_byte) + BLOCK_OFFSET; in write_inodes()
615 write_destination(fd, bytes, inode_bytes, inode_table); in write_inodes()
616 bytes += inode_bytes; in write_inodes()
4860 inode_bytes, inode_bytes / 1024.0); in write_filesystem_tables()
4862 ((float) inode_bytes / total_inode_bytes) * 100.0, in write_filesystem_tables()
6028 inode_bytes = inode_size = root_inode_start; in main()