HomeSort by relevance Sort by last modified time
    Searched defs:inode_table (Results 1 - 10 of 10) sorted by null

  /external/squashfs-tools/kernel/fs/squashfs/
squashfs_fs_sb.h 69 u64 inode_table; member in struct:squashfs_sb_info
  /external/squashfs-tools/kernel/include/linux/
squashfs_fs_sb.h 69 long long inode_table; member in struct:squashfs_sb_info
  /external/squashfs-tools/squashfs-tools/
read_fs.c 116 (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_ptr < *inode_table + bytes; files ++)
870 unsigned char *inode_table = NULL, *directory_table = NULL; local
    [all...]
unsquashfs.c 60 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);
    [all...]
mksquashfs.c 148 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/
ufs.c 155 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/
e2fs.h 69 uint32_t inode_table; // Block number of inode table member in struct:ext2_group
  /external/syslinux/libinstaller/ext2fs/
ext2_fs.h 321 __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
  /system/extras/ext4_utils/include/ext4_utils/
ext4.h 182 __u64 inode_table; member in struct:ext4_new_group_data
  /external/e2fsprogs/lib/ext2fs/
ext2_fs.h 344 __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
    [all...]

Completed in 259 milliseconds