Searched refs:inode_table (Results 1 - 19 of 19) sorted by relevance

/external/squashfs-tools/kernel/fs/squashfs/
H A Dsquashfs_fs_sb.h69 u64 inode_table; member in struct:squashfs_sb_info
H A Dinode.c111 u64 block = SQUASHFS_INODE_BLK(ino) + msblk->inode_table;
130 block = SQUASHFS_INODE_BLK(ino) + msblk->inode_table;
H A Dsuper.c168 msblk->inode_table = le64_to_cpu(sblk->inode_table_start);
183 TRACE("sblk->inode_table_start %llx\n", msblk->inode_table);
H A Dfile.c267 msblk->inode_table;
303 msblk->inode_table;
/external/squashfs-tools/kernel/include/linux/
H A Dsquashfs_fs_sb.h69 long long inode_table; member in struct:squashfs_sb_info
/external/e2fsprogs/resize/
H A Donline.c246 input.inode_table = ext2fs_inode_table_loc(new_fs, i);
255 input.inode_table,
256 input.inode_table + new_fs->inode_blocks_per_group-1);
277 input64.inode_table = input.inode_table;
/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.h233 extern char *inode_table, *directory_table;
H A Dunsquash-2.c133 char *block_ptr = inode_table + bytes + offset;
H A Dunsquash-1.c62 char *block_ptr = inode_table + bytes + offset;
H A Dunsquashfs.c60 char *inode_table = NULL, *directory_table = NULL; variable
783 inode_table = realloc(inode_table, size +=
785 if(inode_table == NULL) {
793 res = read_block(fd, start, &start, 0, inode_table + bytes);
819 free(inode_table);
H A Dunsquash-3.c120 char *block_ptr = inode_table + bytes + offset;
H A Dunsquash-4.c102 char *block_ptr = inode_table + bytes + offset;
H A Dmksquashfs.c148 char *inode_table = NULL; variable
490 void *it = realloc(inode_table, inode_size +
494 inode_table = it;
498 c_byte = mangle(inode_table + inode_bytes + BLOCK_OFFSET,
502 SQUASHFS_SWAP_SHORTS(&c_byte, inode_table + inode_bytes, 1);
631 void *it = realloc(inode_table, inode_size +
636 inode_table = it;
640 c_byte = mangle(inode_table + inode_bytes + BLOCK_OFFSET, datap,
643 SQUASHFS_SWAP_SHORTS(&c_byte, inode_table + inode_bytes, 1);
650 write_destination(fd, bytes, inode_bytes, inode_table);
[all...]
/external/syslinux/core/fs/ufs/
H A Dufs.c155 uint32_t group, inode_offset, inode_table; local
175 inode_table = (group * UFS_SB(fs)->blocks_per_cg) +
179 inode_table += UFS_SB(fs)->ufs1.delta_value *
183 block_num = inode_table + inode_offset / UFS_SB(fs)->inodes_per_block;
/external/toybox/toys/
H A De2fs.h69 uint32_t inode_table; // Block number of inode table member in struct:ext2_group
/external/syslinux/libinstaller/ext2fs/
H A Dext2_fs.h321 __u32 inode_table; /* Absolute block number of inode table start */ member in struct:ext2_new_group_input
331 __u64 inode_table; /* Absolute block number of inode table start */ member in struct:ext4_new_group_input
/external/e2fsprogs/lib/ext2fs/
H A Dext2_fs.h344 __u32 inode_table; /* Absolute block number of inode table start */ member in struct:ext2_new_group_input
354 __u64 inode_table; /* Absolute block number of inode table start */ member in struct:ext4_new_group_input
/external/toybox/toys/pending/
H A Dmke2fs.c569 bg[slot].inode_table = SWAP_LE32(used);

Completed in 253 milliseconds