Searched refs:inode_bytes (Results 1 – 2 of 2) sorted by relevance
/external/e2fsprogs/contrib/ |
D | dir2fs | 25 inode_bytes="$((inodes * inode_sz))"
|
/external/squashfs-tools/squashfs-tools/ |
D | mksquashfs.c | 150 unsigned int inode_bytes = 0, inode_size = 0, total_inode_bytes = 0; variable 420 #define MKINODE(A) ((squashfs_inode)(((squashfs_inode) inode_bytes << 16) \ 433 inode_bytes = sinode_bytes; in restorefs() 501 if((inode_size - inode_bytes) < in get_inode() 511 c_byte = mangle(inode_table + inode_bytes + BLOCK_OFFSET, in get_inode() 514 TRACE("Inode block @ 0x%x, size %d\n", inode_bytes, c_byte); in get_inode() 515 SQUASHFS_SWAP_SHORTS(&c_byte, inode_table + inode_bytes, 1); in get_inode() 516 inode_bytes += SQUASHFS_COMPRESSED_SIZE(c_byte) + BLOCK_OFFSET; in get_inode() 642 if(inode_size - inode_bytes < in write_inodes() 653 c_byte = mangle(inode_table + inode_bytes + BLOCK_OFFSET, datap, in write_inodes() [all …]
|