Searched refs:id_table_start (Results 1 – 3 of 3) sorted by relevance
69 u64 id_table_start, u64 next_table, unsigned short no_ids) in squashfs_read_id_index_table() argument87 if (id_table_start + length > next_table) in squashfs_read_id_index_table()90 table = squashfs_read_table(sb, id_table_start, length); in squashfs_read_id_index_table()96 if (!IS_ERR(table) && le64_to_cpu(table[0]) >= id_table_start) { in squashfs_read_id_index_table()
195 (u64) le64_to_cpu(sblk->id_table_start)); in squashfs_fill_super()246 le64_to_cpu(sblk->id_table_start), next_table, in squashfs_fill_super()
259 __le64 id_table_start; member