Home
last modified time | relevance | path

Searched refs:id_table_start (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/squashfs/
H A Did.c61 u64 id_table_start, u64 next_table, unsigned short no_ids) in squashfs_read_id_index_table() argument
81 if (length != (next_table - id_table_start)) in squashfs_read_id_index_table()
84 table = squashfs_read_table(sb, id_table_start, length); in squashfs_read_id_index_table()
108 if (start >= id_table_start || (id_table_start - start) > in squashfs_read_id_index_table()
H A Dsuper.c309 (u64) le64_to_cpu(sblk->id_table_start)); in squashfs_fill_super()
375 le64_to_cpu(sblk->id_table_start), next_table, msblk->ids); in squashfs_fill_super()
H A Dsquashfs_fs.h254 __le64 id_table_start; member