Searched refs:dir_inode (Results 1 - 1 of 1) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
H A D | read_fs.c | 123 *dir_inode, unsigned char **inode_table, unsigned int *root_inode_block, 202 SQUASHFS_SWAP_DIR_INODE_HEADER(*inode_table + bytes, &dir_inode->dir); 204 if(dir_inode->base.inode_type == SQUASHFS_DIR_TYPE) 205 directory_start_block = dir_inode->dir.start_block; 206 else if(dir_inode->base.inode_type == SQUASHFS_LDIR_TYPE) { 211 &dir_inode->ldir); 212 directory_start_block = dir_inode->ldir.start_block; 217 get_uid(id_table[dir_inode->base.uid]); 218 get_guid(id_table[dir_inode->base.guid]); 380 struct squashfs_dir_inode_header dir_inode; local 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 396 struct squashfs_ldir_inode_header dir_inode; local [all...] |
Completed in 289 milliseconds