Searched refs:next_table (Results 1 – 4 of 4) sorted by relevance
/fs/squashfs/ |
D | super.c | 76 u64 lookup_table_start, xattr_id_table_start, next_table; in squashfs_fill_super() local 220 next_table = msblk->bytes_used; in squashfs_fill_super() 234 next_table = msblk->xattr_table; in squashfs_fill_super() 239 le64_to_cpu(sblk->id_table_start), next_table, in squashfs_fill_super() 247 next_table = le64_to_cpu(msblk->id_table[0]); in squashfs_fill_super() 256 lookup_table_start, next_table, msblk->inodes); in squashfs_fill_super() 263 next_table = le64_to_cpu(msblk->inode_lookup_table[0]); in squashfs_fill_super() 281 le64_to_cpu(sblk->fragment_table_start), next_table, fragments); in squashfs_fill_super() 288 next_table = le64_to_cpu(msblk->fragment_index[0]); in squashfs_fill_super() 292 if (msblk->directory_table > next_table) { in squashfs_fill_super()
|
D | id.c | 56 u64 id_table_start, u64 next_table, unsigned short no_ids) in squashfs_read_id_index_table() argument 74 if (id_table_start + length > next_table) in squashfs_read_id_index_table()
|
D | fragment.c | 64 u64 fragment_table_start, u64 next_table, unsigned int fragments) in squashfs_read_fragment_index_table() argument 74 if (fragment_table_start + length > next_table) in squashfs_read_fragment_index_table()
|
D | export.c | 111 u64 lookup_table_start, u64 next_table, unsigned int inodes) in squashfs_read_inode_lookup_table() argument 128 if (lookup_table_start + length > next_table) in squashfs_read_inode_lookup_table()
|