Home
last modified time | relevance | path

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

/external/e2fsprogs/contrib/
Ddir2fs25 inode_bytes="$((inodes * inode_sz))"
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c149 unsigned int inode_bytes = 0, inode_size = 0, total_inode_bytes = 0; variable
407 #define MKINODE(A) ((squashfs_inode)(((squashfs_inode) inode_bytes << 16) \
420 inode_bytes = sinode_bytes; in restorefs()
488 if((inode_size - inode_bytes) < in get_inode()
498 c_byte = mangle(inode_table + inode_bytes + BLOCK_OFFSET, in get_inode()
501 TRACE("Inode block @ 0x%x, size %d\n", inode_bytes, c_byte); in get_inode()
502 SQUASHFS_SWAP_SHORTS(&c_byte, inode_table + inode_bytes, 1); in get_inode()
503 inode_bytes += SQUASHFS_COMPRESSED_SIZE(c_byte) + BLOCK_OFFSET; in get_inode()
629 if(inode_size - inode_bytes < in write_inodes()
640 c_byte = mangle(inode_table + inode_bytes + BLOCK_OFFSET, datap, in write_inodes()
[all …]