Searched refs:root_inode_size (Results 1 – 2 of 2) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | read_fs.c | 124 unsigned int *root_inode_size, long long *uncompressed_file, in scan_inode_table() argument 200 *root_inode_size = bytes - (*root_inode_block + root_inode_offset); in scan_inode_table() 207 if(*root_inode_size < sizeof(struct squashfs_ldir_inode_header)) in scan_inode_table() 860 unsigned int *root_inode_size, unsigned int *inode_dir_start_block, in read_filesystem() argument 899 &root_inode_block, root_inode_size, uncompressed_file, in read_filesystem() 954 *data_cache = malloc(root_inode_offset + *root_inode_size); in read_filesystem() 959 root_inode_offset + *root_inode_size); in read_filesystem()
|
D | mksquashfs.c | 6471 inode_dir_file_size, root_inode_size, in main() local 6484 &root_inode_size, &inode_dir_start_block, in main() 6523 scache_bytes = root_inode_offset + root_inode_size; in main() 6561 cache_size = root_inode_offset + root_inode_size; in main() 6572 cache_bytes = root_inode_offset + root_inode_size; in main()
|