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

/external/squashfs-tools/squashfs-tools/
H A Dread_fs.c121 long long root_inode_start, int root_inode_offset,
185 * *root_inode_block root_inode_offset bytes
187 if((bytes - *root_inode_block) < (root_inode_offset +
200 *root_inode_size = bytes - (*root_inode_block + root_inode_offset);
201 bytes = *root_inode_block + root_inode_offset;
875 unsigned int root_inode_offset = local
898 root_inode_offset, sBlk, &inode, &inode_table,
954 *data_cache = malloc(root_inode_offset + *root_inode_size);
959 root_inode_offset + *root_inode_size);
120 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.c6143 root_inode_offset = local
6189 scache_bytes = root_inode_offset + root_inode_size;
6227 cache_size = root_inode_offset + root_inode_size;
6238 cache_bytes = root_inode_offset + root_inode_size;
6259 cache_bytes = root_inode_offset;

Completed in 77 milliseconds