Searched refs:inode_dir_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.c706 unsigned int *inode_dir_offset, unsigned int *inode_dir_file_size,
760 *inode_dir_offset = inode.dir.offset;
766 *inode_dir_offset = inode.ldir.offset;
773 *inode_dir_start_block, *inode_dir_offset,
812 *directory_data_cache = malloc(*inode_dir_offset +
820 *inode_dir_offset + *inode_dir_file_size);
703 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.c400 unsigned int *last_directory_block, unsigned int *inode_dir_offset,
5120 unsigned int last_directory_block, inode_dir_offset, local
5133 &inode_dir_offset, &inode_dir_file_size,
5164 compressed_data = (inode_dir_offset + inode_dir_file_size) &
5166 uncompressed_data = (inode_dir_offset + inode_dir_file_size) &
5219 directory_cache_size = inode_dir_offset + inode_dir_file_size;
5249 directory_cache_bytes = inode_dir_offset;

Completed in 212 milliseconds