Searched defs:inode_table (Results 1 - 7 of 7) sorted by relevance

/external/squashfs-tools/kernel/fs/squashfs/
H A Dsquashfs_fs_sb.h69 u64 inode_table; member in struct:squashfs_sb_info
/external/squashfs-tools/kernel/include/linux/
H A Dsquashfs_fs_sb.h69 long long inode_table; member in struct:squashfs_sb_info
/external/squashfs-tools/squashfs-tools/
H A Dread_fs.c116 (bytes - (cur_ptr - *inode_table) < (SIZE))
123 *dir_inode, unsigned char **inode_table, unsigned int *root_inode_block,
145 *inode_table = realloc(*inode_table, size
147 if(*inode_table == NULL)
151 byte = read_block(fd, start, &start, 0, *inode_table + bytes);
169 * root inode in the above inode_table metadata block scan. If it
202 SQUASHFS_SWAP_DIR_INODE_HEADER(*inode_table + bytes, &dir_inode->dir);
210 SQUASHFS_SWAP_LDIR_INODE_HEADER(*inode_table + bytes,
225 for(cur_ptr = *inode_table; cur_pt
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
870 unsigned char *inode_table = NULL, *directory_table = NULL; local
[all...]
H A Dunsquashfs.c55 char *inode_table = NULL, *directory_table = NULL; variable
778 inode_table = realloc(inode_table, size +=
780 if(inode_table == NULL) {
788 res = read_block(fd, start, &start, 0, inode_table + bytes);
814 free(inode_table);
H A Dmksquashfs.c132 char *inode_table = NULL; variable
455 void *it = realloc(inode_table, inode_size +
459 inode_table = it;
463 c_byte = mangle(inode_table + inode_bytes + BLOCK_OFFSET,
467 SQUASHFS_SWAP_SHORTS(&c_byte, inode_table + inode_bytes, 1);
596 void *it = realloc(inode_table, inode_size +
601 inode_table = it;
605 c_byte = mangle(inode_table + inode_bytes + BLOCK_OFFSET, datap,
608 SQUASHFS_SWAP_SHORTS(&c_byte, inode_table + inode_bytes, 1);
615 write_destination(fd, bytes, inode_bytes, inode_table);
[all...]
/external/toybox/toys/
H A De2fs.h69 uint32_t inode_table; // Block number of inode table member in struct:ext2_group
/external/e2fsprogs/lib/ext2fs/
H A Dext2_fs.h322 __u32 inode_table; /* Absolute block number of inode table start */ member in struct:ext2_new_group_input
332 __u64 inode_table; /* Absolute block number of inode table start */ member in struct:ext4_new_group_input

Completed in 288 milliseconds