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

/external/squashfs-tools/squashfs-tools/
H A Dread_fs.c124 unsigned int *root_inode_size, long long *uncompressed_file,
200 *root_inode_size = bytes - (*root_inode_block + root_inode_offset);
207 if(*root_inode_size < sizeof(struct squashfs_ldir_inode_header))
860 unsigned int *root_inode_size, unsigned int *inode_dir_start_block,
899 &root_inode_block, root_inode_size, uncompressed_file,
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
856 read_filesystem(char *root_name, int fd, struct squashfs_super_block *sBlk, char **cinode_table, char **data_cache, char **cdirectory_table, char **directory_data_cache, unsigned int *last_directory_block, unsigned int *inode_dir_offset, unsigned int *inode_dir_file_size, unsigned int *root_inode_size, unsigned int *inode_dir_start_block, int *file_count, int *sym_count, int *dev_count, int *dir_count, int *fifo_count, int *sock_count, long long *uncompressed_file, unsigned int *uncompressed_inode, unsigned int *uncompressed_directory, unsigned int *inode_dir_inode_number, unsigned int *inode_dir_parent_inode, void (push_directory_entry)(char *, squashfs_inode, int, int), struct squashfs_fragment_entry **fragment_table, squashfs_inode **inode_lookup_table) argument
H A Dmksquashfs.c6327 inode_dir_file_size, root_inode_size, local
6340 &root_inode_size, &inode_dir_start_block,
6379 scache_bytes = root_inode_offset + root_inode_size;
6417 cache_size = root_inode_offset + root_inode_size;
6428 cache_bytes = root_inode_offset + root_inode_size;

Completed in 71 milliseconds