Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dread_fs.c124 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()
Dmksquashfs.c6327 inode_dir_file_size, root_inode_size, in main() local
6340 &root_inode_size, &inode_dir_start_block, in main()
6379 scache_bytes = root_inode_offset + root_inode_size; in main()
6417 cache_size = root_inode_offset + root_inode_size; in main()
6428 cache_bytes = root_inode_offset + root_inode_size; in main()