Home
last modified time | relevance | path

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

/Linux-v5.4/fs/squashfs/
Did.c56 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()
77 table = squashfs_read_table(sb, id_table_start, length); in squashfs_read_id_index_table()
83 if (!IS_ERR(table) && le64_to_cpu(table[0]) >= id_table_start) { in squashfs_read_id_index_table()
Dsuper.c186 (u64) le64_to_cpu(sblk->id_table_start)); in squashfs_fill_super()
239 le64_to_cpu(sblk->id_table_start), next_table, in squashfs_fill_super()
Dsquashfs_fs.h253 __le64 id_table_start; member