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

  /external/squashfs-tools/kernel/fs/squashfs/
export.c 124 u64 lookup_table_start, unsigned int inodes)
139 err = squashfs_read_table(sb, inode_lookup_table, lookup_table_start,
super.c 76 u64 lookup_table_start; local
238 lookup_table_start = le64_to_cpu(sblk->lookup_table_start);
239 if (lookup_table_start == SQUASHFS_INVALID_BLK)
244 lookup_table_start, msblk->inodes);
squashfs_fs.h 236 __le64 lookup_table_start; member in struct:squashfs_super_block
  /external/squashfs-tools/kernel/include/linux/
squashfs_fs.h 235 __le64 lookup_table_start; member in struct:squashfs_super_block
  /external/squashfs-tools/squashfs-tools/
squashfs_fs.h 300 long long lookup_table_start; member in struct:squashfs_super_block
read_fs.c 613 TRACE("sBlk->lookup_table_start %llx\n", sBlk->lookup_table_start);
814 if(sBlk->lookup_table_start == SQUASHFS_INVALID_BLK)
821 res = read_fs_bytes(fd, sBlk->lookup_table_start,
squashfs_compat.h 64 long long lookup_table_start; member in struct:squashfs_super_block_3
263 SQUASHFS_SWAP((s)->lookup_table_start, d, 888, 64);\
unsquashfs.c     [all...]
squashfs_swap.h 64 SWAP_FUNC(64, s, d, lookup_table_start, struct squashfs_super_block);\
mksquashfs.c     [all...]

Completed in 246 milliseconds