Searched refs:next_table (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/squashfs/ |
D | super.c | 87 u64 lookup_table_start, xattr_id_table_start, next_table; in squashfs_fill_super() local 229 next_table = msblk->bytes_used; in squashfs_fill_super() 243 next_table = msblk->xattr_table; in squashfs_fill_super() 248 le64_to_cpu(sblk->id_table_start), next_table, msblk->ids); in squashfs_fill_super() 255 next_table = le64_to_cpu(msblk->id_table[0]); in squashfs_fill_super() 264 lookup_table_start, next_table, msblk->inodes); in squashfs_fill_super() 271 next_table = le64_to_cpu(msblk->inode_lookup_table[0]); in squashfs_fill_super() 289 le64_to_cpu(sblk->fragment_table_start), next_table, fragments); in squashfs_fill_super() 296 next_table = le64_to_cpu(msblk->fragment_index[0]); in squashfs_fill_super() 300 if (msblk->directory_table > next_table) { in squashfs_fill_super()
|
D | fragment.c | 77 u64 fragment_table_start, u64 next_table, unsigned int fragments) in squashfs_read_fragment_index_table() argument 87 if (fragment_table_start + length > next_table) in squashfs_read_fragment_index_table()
|
D | id.c | 74 u64 id_table_start, u64 next_table, unsigned short no_ids) in squashfs_read_id_index_table() argument 94 if (length != (next_table - id_table_start)) in squashfs_read_id_index_table()
|
D | export.c | 129 u64 lookup_table_start, u64 next_table, unsigned int inodes) in squashfs_read_inode_lookup_table() argument 149 if (length != (next_table - lookup_table_start)) in squashfs_read_inode_lookup_table()
|