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

  /external/squashfs-tools/kernel/fs/squashfs/
squashfs_fs_sb.h 69 u64 inode_table; member in struct:squashfs_sb_info
inode.c 111 u64 block = SQUASHFS_INODE_BLK(ino) + msblk->inode_table;
130 block = SQUASHFS_INODE_BLK(ino) + msblk->inode_table;
super.c 168 msblk->inode_table = le64_to_cpu(sblk->inode_table_start);
183 TRACE("sblk->inode_table_start %llx\n", msblk->inode_table);
file.c 267 msblk->inode_table;
303 msblk->inode_table;
  /external/squashfs-tools/kernel/include/linux/
squashfs_fs_sb.h 69 long long inode_table; member in struct:squashfs_sb_info
  /external/e2fsprogs/resize/
online.c 246 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/
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.h 233 extern char *inode_table, *directory_table;
unsquash-2.c 133 char *block_ptr = inode_table + bytes + offset;
unsquash-1.c 62 char *block_ptr = inode_table + bytes + offset;
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...]
unsquash-3.c 120 char *block_ptr = inode_table + bytes + offset;
unsquash-4.c 102 char *block_ptr = inode_table + bytes + offset;
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
  /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...]
  /external/toybox/toys/pending/
mke2fs.c 569 bg[slot].inode_table = SWAP_LE32(used);
  /system/extras/ext4_utils/include/ext4_utils/
ext4.h 182 __u64 inode_table; member in struct:ext4_new_group_data

Completed in 177 milliseconds