Home
last modified time | relevance | path

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

/fs/squashfs/
Did.c69 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()
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()
Dsuper.c195 (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()
Dsquashfs_fs.h259 __le64 id_table_start; member