Searched refs:next_table (Results 1 – 4 of 4) sorted by relevance
/fs/squashfs/ |
D | super.c | 87 u64 lookup_table_start, xattr_id_table_start, next_table; in squashfs_fill_super() local 227 next_table = msblk->bytes_used; in squashfs_fill_super() 241 next_table = msblk->xattr_table; in squashfs_fill_super() 246 le64_to_cpu(sblk->id_table_start), next_table, in squashfs_fill_super() 254 next_table = le64_to_cpu(msblk->id_table[0]); in squashfs_fill_super() 263 lookup_table_start, next_table, msblk->inodes); in squashfs_fill_super() 270 next_table = le64_to_cpu(msblk->inode_lookup_table[0]); in squashfs_fill_super() 288 le64_to_cpu(sblk->fragment_table_start), next_table, fragments); in squashfs_fill_super() 295 next_table = le64_to_cpu(msblk->fragment_index[0]); in squashfs_fill_super() 299 if (msblk->directory_table > next_table) { in squashfs_fill_super()
|
D | id.c | 69 u64 id_table_start, u64 next_table, unsigned short no_ids) in squashfs_read_id_index_table() argument 87 if (id_table_start + length > next_table) in squashfs_read_id_index_table()
|
D | fragment.c | 74 u64 fragment_table_start, u64 next_table, unsigned int fragments) in squashfs_read_fragment_index_table() argument 84 if (fragment_table_start + length > next_table) in squashfs_read_fragment_index_table()
|
D | export.c | 124 u64 lookup_table_start, u64 next_table, unsigned int inodes) in squashfs_read_inode_lookup_table() argument 141 if (lookup_table_start + length > next_table) in squashfs_read_inode_lookup_table()
|