OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inode_bytes
(Results
1 - 1
of
1
) sorted by null
/external/squashfs-tools/squashfs-tools/
mksquashfs.c
143
unsigned int
inode_bytes
= 0, inode_size = 0, total_inode_bytes = 0;
variable
383
#define MKINODE(A) ((squashfs_inode)(((squashfs_inode)
inode_bytes
<< 16) \
396
inode_bytes
= sinode_bytes;
464
if((inode_size -
inode_bytes
) <
474
c_byte = mangle(inode_table +
inode_bytes
+ BLOCK_OFFSET,
477
TRACE("Inode block @ 0x%x, size %d\n",
inode_bytes
, c_byte);
478
SQUASHFS_SWAP_SHORTS(&c_byte, inode_table +
inode_bytes
, 1);
479
inode_bytes
+= SQUASHFS_COMPRESSED_SIZE(c_byte) + BLOCK_OFFSET;
605
if(inode_size -
inode_bytes
<
616
c_byte = mangle(inode_table +
inode_bytes
+ BLOCK_OFFSET, datap
[
all
...]
Completed in 250 milliseconds