Searched refs:next_table (Results 1 - 11 of 11) sorted by relevance

/linux-master/fs/squashfs/
H A Dfragment.c64 u64 fragment_table_start, u64 next_table, unsigned int fragments)
74 if (fragment_table_start + length > next_table)
63 squashfs_read_fragment_index_table(struct super_block *sb, u64 fragment_table_start, u64 next_table, unsigned int fragments) argument
H A Did.c61 u64 id_table_start, u64 next_table, unsigned short no_ids)
81 if (length != (next_table - id_table_start))
60 squashfs_read_id_index_table(struct super_block *sb, u64 id_table_start, u64 next_table, unsigned short no_ids) argument
H A Dexport.c116 u64 lookup_table_start, u64 next_table, unsigned int inodes)
136 if (length != (next_table - lookup_table_start))
115 squashfs_read_inode_lookup_table(struct super_block *sb, u64 lookup_table_start, u64 next_table, unsigned int inodes) argument
H A Dsuper.c189 u64 lookup_table_start, xattr_id_table_start, next_table; local
356 next_table = msblk->bytes_used;
370 next_table = msblk->xattr_table;
375 le64_to_cpu(sblk->id_table_start), next_table, msblk->ids);
382 next_table = le64_to_cpu(msblk->id_table[0]);
391 lookup_table_start, next_table, msblk->inodes);
398 next_table = le64_to_cpu(msblk->inode_lookup_table[0]);
416 le64_to_cpu(sblk->fragment_table_start), next_table, fragments);
423 next_table = le64_to_cpu(msblk->fragment_index[0]);
427 if (msblk->directory_table > next_table) {
[all...]
/linux-master/drivers/acpi/
H A Dtables.c563 goto next_table;
572 goto next_table;
583 next_table:
615 goto next_table;
624 goto next_table;
632 next_table:
/linux-master/drivers/acpi/acpica/
H A Dtbutils.c327 goto next_table;
343 next_table:
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-catu.c193 cate_t *table_ptr, *next_table; local
236 next_table = catu_get_table(catu_table,
251 table_ptr = next_table;
/linux-master/net/ipv4/
H A Dipmr_base.c379 goto next_table;
385 next_table:
/linux-master/drivers/usb/gadget/udc/bdc/
H A Dbdc_ep.c100 * to next_table
103 struct bd_table *next_table,
108 cpu_to_le32(lower_32_bits(next_table->dma));
111 cpu_to_le32(upper_32_bits(next_table->dma));
102 chain_table(struct bd_table *prev_table, struct bd_table *next_table, u32 bd_p_tab) argument
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_debugfs.c1131 u8 next_table; local
1152 &next_table, &next_index,
1163 "AQ debug dump fwdata rlen=0x%x next_table=0x%x next_index=0x%x\n",
1164 rlen, next_table, next_index);
/linux-master/tools/objtool/
H A Dcheck.c2022 struct reloc *next_table)
2038 if (reloc != table && reloc == next_table)
2021 add_jump_table(struct objtool_file *file, struct instruction *insn, struct reloc *next_table) argument

Completed in 145 milliseconds