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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dread_fs.c118 long long root_inode_start, int root_inode_offset,
164 *root_inode_size = bytes - (*root_inode_block + root_inode_offset);
165 bytes = *root_inode_block + root_inode_offset;
722 unsigned int root_inode_offset = local
745 root_inode_offset, sBlk, &inode, &inode_table,
804 *data_cache = malloc(root_inode_offset + *root_inode_size);
810 root_inode_offset + *root_inode_size);
117 scan_inode_table(int fd, long long start, long long end, long long root_inode_start, int root_inode_offset, struct squashfs_super_block *sBlk, union squashfs_inode_header *dir_inode, unsigned char **inode_table, unsigned int *root_inode_block, unsigned int *root_inode_size, long long *uncompressed_file, unsigned int *uncompressed_directory, int *file_count, int *sym_count, int *dev_count, int *dir_count, int *fifo_count, int *sock_count, unsigned int *id_table) argument
H A Dmksquashfs.c5127 root_inode_offset = local
5173 scache_bytes = root_inode_offset + root_inode_size;
5218 cache_size = root_inode_offset + root_inode_size;
5229 cache_bytes = root_inode_offset + root_inode_size;
5250 cache_bytes = root_inode_offset;

Completed in 45 milliseconds