Searched refs:lookup_table_start (Results 1 – 10 of 10) sorted by relevance
/external/squashfs-tools/kernel/fs/squashfs/ |
D | super.c | 76 u64 lookup_table_start; in squashfs_fill_super() local 238 lookup_table_start = le64_to_cpu(sblk->lookup_table_start); in squashfs_fill_super() 239 if (lookup_table_start == SQUASHFS_INVALID_BLK) in squashfs_fill_super() 244 lookup_table_start, msblk->inodes); in squashfs_fill_super()
|
D | export.c | 124 u64 lookup_table_start, unsigned int inodes) in squashfs_read_inode_lookup_table() argument 139 err = squashfs_read_table(sb, inode_lookup_table, lookup_table_start, in squashfs_read_inode_lookup_table()
|
D | squashfs_fs.h | 236 __le64 lookup_table_start; member
|
/external/squashfs-tools/squashfs-tools/ |
D | read_fs.c | 613 TRACE("sBlk->lookup_table_start %llx\n", sBlk->lookup_table_start); in read_super() 814 if(sBlk->lookup_table_start == SQUASHFS_INVALID_BLK) in read_inode_lookup_table() 821 res = read_fs_bytes(fd, sBlk->lookup_table_start, in read_inode_lookup_table()
|
D | squashfs_fs.h | 300 long long lookup_table_start; member
|
D | squashfs_compat.h | 64 long long lookup_table_start; member 263 SQUASHFS_SWAP((s)->lookup_table_start, d, 888, 64);\
|
D | unsquashfs.c | 1732 sBlk.s.lookup_table_start); in squashfs_stat() 1851 sBlk.s.lookup_table_start = sBlk_3.lookup_table_start; in read_super()
|
D | squashfs_swap.h | 64 SWAP_FUNC(64, s, d, lookup_table_start, struct squashfs_super_block);\
|
D | mksquashfs.c | 5133 sBlk->lookup_table_start = exportable ? write_inode_lookup_table() : in write_filesystem_tables() 5144 sBlk->lookup_table_start); in write_filesystem_tables()
|
/external/squashfs-tools/kernel/include/linux/ |
D | squashfs_fs.h | 235 __le64 lookup_table_start; member
|