Searched refs:inode_bytes (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dmksquashfs.c155 unsigned int inode_bytes = 0, inode_size = 0, total_inode_bytes = 0; variable
720 #define MKINODE(A) ((squashfs_inode)(((squashfs_inode) inode_bytes << 16) \
776 inode_bytes = sinode_bytes;
898 if((inode_size - inode_bytes) <
909 c_byte = mangle(inode_table + inode_bytes + BLOCK_OFFSET,
912 TRACE("Inode block @ 0x%x, size %d\n", inode_bytes, c_byte);
913 SQUASHFS_SWAP_SHORTS(&c_byte, inode_table + inode_bytes, 1);
914 inode_bytes += SQUASHFS_COMPRESSED_SIZE(c_byte) + BLOCK_OFFSET;
1044 if(inode_size - inode_bytes <
1057 c_byte = mangle(inode_table + inode_bytes
[all...]

Completed in 57 milliseconds