Searched refs:id_table_start (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/squashfs/ |
H A D | id.c | 61 u64 id_table_start, u64 next_table, unsigned short no_ids) in squashfs_read_id_index_table() 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() 93 * should be less than id_table_start, and again the difference in squashfs_read_id_index_table() 108 if (start >= id_table_start || (id_table_start - start) > in squashfs_read_id_index_table() 60 squashfs_read_id_index_table(struct super_block *sb, u64 id_table_start, u64 next_table, unsigned short no_ids) squashfs_read_id_index_table() argument
|
H A D | super.c | 218 TRACE("sblk->id_table_start %llx\n", in squashfs_fill_super() 219 (u64) le64_to_cpu(sblk->id_table_start)); in squashfs_fill_super() 272 le64_to_cpu(sblk->id_table_start), next_table, msblk->ids); in squashfs_fill_super()
|
H A D | squashfs_fs.h | 254 __le64 id_table_start; member
|
/kernel/linux/linux-6.6/fs/squashfs/ |
H A D | id.c | 61 u64 id_table_start, u64 next_table, unsigned short no_ids) in squashfs_read_id_index_table() 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() 93 * should be less than id_table_start, and again the difference in squashfs_read_id_index_table() 108 if (start >= id_table_start || (id_table_start - start) > in squashfs_read_id_index_table() 60 squashfs_read_id_index_table(struct super_block *sb, u64 id_table_start, u64 next_table, unsigned short no_ids) squashfs_read_id_index_table() argument
|
H A D | super.c | 308 TRACE("sblk->id_table_start %llx\n", in squashfs_fill_super() 309 (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 D | squashfs_fs.h | 254 __le64 id_table_start; member
|
Completed in 5 milliseconds