Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dread_fs.c121 long long root_inode_start, int root_inode_offset, in scan_inode_table() argument
187 if((bytes - *root_inode_block) < (root_inode_offset + in scan_inode_table()
200 *root_inode_size = bytes - (*root_inode_block + root_inode_offset); in scan_inode_table()
201 bytes = *root_inode_block + root_inode_offset; in scan_inode_table()
875 unsigned int root_inode_offset = in read_filesystem() local
898 root_inode_offset, sBlk, &inode, &inode_table, 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.c6333 root_inode_offset = in main() local
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()
6449 cache_bytes = root_inode_offset; in main()