Searched defs:lookup_table_start (Results 1 - 6 of 6) sorted by relevance

/external/squashfs-tools/kernel/fs/squashfs/
H A Dexport.c124 u64 lookup_table_start, unsigned int inodes)
139 err = squashfs_read_table(sb, inode_lookup_table, lookup_table_start,
123 squashfs_read_inode_lookup_table(struct super_block *sb, u64 lookup_table_start, unsigned int inodes) argument
H A Dsuper.c76 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);
H A Dsquashfs_fs.h236 __le64 lookup_table_start; member in struct:squashfs_super_block
/external/squashfs-tools/kernel/include/linux/
H A Dsquashfs_fs.h235 __le64 lookup_table_start; member in struct:squashfs_super_block
/external/squashfs-tools/squashfs-tools/
H A Dsquashfs_compat.h64 long long lookup_table_start; member in struct:squashfs_super_block_3
263 SQUASHFS_SWAP((s)->lookup_table_start, d, 888, 64);\
H A Dsquashfs_fs.h300 long long lookup_table_start; member in struct:squashfs_super_block

Completed in 162 milliseconds