Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/squashfs/
H A Dsuper.c95 u64 lookup_table_start, xattr_id_table_start, next_table; in squashfs_fill_super() local
253 next_table = msblk->bytes_used; in squashfs_fill_super()
267 next_table = msblk->xattr_table; in squashfs_fill_super()
272 le64_to_cpu(sblk->id_table_start), next_table, msblk->ids); in squashfs_fill_super()
279 next_table = le64_to_cpu(msblk->id_table[0]); in squashfs_fill_super()
288 lookup_table_start, next_table, msblk->inodes); in squashfs_fill_super()
295 next_table = le64_to_cpu(msblk->inode_lookup_table[0]); in squashfs_fill_super()
313 le64_to_cpu(sblk->fragment_table_start), next_table, fragments); in squashfs_fill_super()
320 next_table = le64_to_cpu(msblk->fragment_index[0]); in squashfs_fill_super()
324 if (msblk->directory_table > next_table) { in squashfs_fill_super()
[all...]
H A Dfragment.c64 u64 fragment_table_start, u64 next_table, unsigned int fragments) in squashfs_read_fragment_index_table()
74 if (fragment_table_start + length > next_table) in squashfs_read_fragment_index_table()
63 squashfs_read_fragment_index_table(struct super_block *sb, u64 fragment_table_start, u64 next_table, unsigned int fragments) squashfs_read_fragment_index_table() argument
H A Did.c61 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()
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 Dexport.c116 u64 lookup_table_start, u64 next_table, unsigned int inodes) in squashfs_read_inode_lookup_table()
136 if (length != (next_table - lookup_table_start)) in squashfs_read_inode_lookup_table()
115 squashfs_read_inode_lookup_table(struct super_block *sb, u64 lookup_table_start, u64 next_table, unsigned int inodes) squashfs_read_inode_lookup_table() argument
/kernel/linux/linux-6.6/fs/squashfs/
H A Dsuper.c189 u64 lookup_table_start, xattr_id_table_start, next_table; in squashfs_fill_super() local
356 next_table = msblk->bytes_used; in squashfs_fill_super()
370 next_table = msblk->xattr_table; in squashfs_fill_super()
375 le64_to_cpu(sblk->id_table_start), next_table, msblk->ids); in squashfs_fill_super()
382 next_table = le64_to_cpu(msblk->id_table[0]); in squashfs_fill_super()
391 lookup_table_start, next_table, msblk->inodes); in squashfs_fill_super()
398 next_table = le64_to_cpu(msblk->inode_lookup_table[0]); in squashfs_fill_super()
416 le64_to_cpu(sblk->fragment_table_start), next_table, fragments); in squashfs_fill_super()
423 next_table = le64_to_cpu(msblk->fragment_index[0]); in squashfs_fill_super()
427 if (msblk->directory_table > next_table) { in squashfs_fill_super()
[all...]
H A Dfragment.c64 u64 fragment_table_start, u64 next_table, unsigned int fragments) in squashfs_read_fragment_index_table()
74 if (fragment_table_start + length > next_table) in squashfs_read_fragment_index_table()
63 squashfs_read_fragment_index_table(struct super_block *sb, u64 fragment_table_start, u64 next_table, unsigned int fragments) squashfs_read_fragment_index_table() argument
H A Did.c61 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()
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 Dexport.c116 u64 lookup_table_start, u64 next_table, unsigned int inodes) in squashfs_read_inode_lookup_table()
136 if (length != (next_table - lookup_table_start)) in squashfs_read_inode_lookup_table()
115 squashfs_read_inode_lookup_table(struct super_block *sb, u64 lookup_table_start, u64 next_table, unsigned int inodes) squashfs_read_inode_lookup_table() argument
/kernel/linux/linux-5.10/drivers/acpi/
H A Dtables.c668 goto next_table; in acpi_table_initrd_override()
677 goto next_table; in acpi_table_initrd_override()
688 next_table: in acpi_table_initrd_override()
720 goto next_table; in acpi_table_initrd_scan()
729 goto next_table; in acpi_table_initrd_scan()
737 next_table: in acpi_table_initrd_scan()
/kernel/linux/linux-6.6/drivers/acpi/
H A Dtables.c735 goto next_table; in acpi_table_initrd_override()
744 goto next_table; in acpi_table_initrd_override()
755 next_table: in acpi_table_initrd_override()
787 goto next_table; in acpi_table_initrd_scan()
796 goto next_table; in acpi_table_initrd_scan()
804 next_table: in acpi_table_initrd_scan()
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dtbutils.c326 goto next_table; in acpi_tb_parse_root_table()
342 next_table: in acpi_tb_parse_root_table()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dtbutils.c327 goto next_table; in acpi_tb_parse_root_table()
343 next_table: in acpi_tb_parse_root_table()
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-catu.c193 cate_t *table_ptr, *next_table; in catu_populate_table() local
236 next_table = catu_get_table(catu_table, in catu_populate_table()
251 table_ptr = next_table; in catu_populate_table()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-catu.c193 cate_t *table_ptr, *next_table; in catu_populate_table() local
236 next_table = catu_get_table(catu_table, in catu_populate_table()
251 table_ptr = next_table; in catu_populate_table()
/kernel/linux/linux-5.10/net/ipv4/
H A Dipmr_base.c370 goto next_table; in mr_rtm_dumproute()
376 next_table: in mr_rtm_dumproute()
/kernel/linux/linux-6.6/net/ipv4/
H A Dipmr_base.c379 goto next_table; in mr_rtm_dumproute()
385 next_table: in mr_rtm_dumproute()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_debugfs.c1149 u8 next_table; in i40e_dbg_command_write() local
1170 &next_table, &next_index, in i40e_dbg_command_write()
1181 "AQ debug dump fwdata rlen=0x%x next_table=0x%x next_index=0x%x\n", in i40e_dbg_command_write()
1182 rlen, next_table, next_index); in i40e_dbg_command_write()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/bdc/
H A Dbdc_ep.c100 * to next_table
103 struct bd_table *next_table, in chain_table()
108 cpu_to_le32(lower_32_bits(next_table->dma)); in chain_table()
111 cpu_to_le32(upper_32_bits(next_table->dma)); in chain_table()
102 chain_table(struct bd_table *prev_table, struct bd_table *next_table, u32 bd_p_tab) chain_table() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_debugfs.c1149 u8 next_table; in i40e_dbg_command_write() local
1170 &next_table, &next_index, in i40e_dbg_command_write()
1181 "AQ debug dump fwdata rlen=0x%x next_table=0x%x next_index=0x%x\n", in i40e_dbg_command_write()
1182 rlen, next_table, next_index); in i40e_dbg_command_write()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/bdc/
H A Dbdc_ep.c100 * to next_table
103 struct bd_table *next_table, in chain_table()
108 cpu_to_le32(lower_32_bits(next_table->dma)); in chain_table()
111 cpu_to_le32(upper_32_bits(next_table->dma)); in chain_table()
102 chain_table(struct bd_table *prev_table, struct bd_table *next_table, u32 bd_p_tab) chain_table() argument
/kernel/linux/linux-6.6/tools/objtool/
H A Dcheck.c2003 struct reloc *next_table) in add_jump_table()
2019 if (reloc != table && reloc == next_table) in add_jump_table()
2002 add_jump_table(struct objtool_file *file, struct instruction *insn, struct reloc *next_table) add_jump_table() argument

Completed in 24 milliseconds