Home
last modified time | relevance | path

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

/Linux-v4.19/fs/squashfs/
Dsuper.c87 u64 lookup_table_start, xattr_id_table_start, next_table; in squashfs_fill_super() local
228 next_table = msblk->bytes_used; in squashfs_fill_super()
242 next_table = msblk->xattr_table; in squashfs_fill_super()
247 le64_to_cpu(sblk->id_table_start), next_table, in squashfs_fill_super()
255 next_table = le64_to_cpu(msblk->id_table[0]); in squashfs_fill_super()
264 lookup_table_start, next_table, msblk->inodes); in squashfs_fill_super()
271 next_table = le64_to_cpu(msblk->inode_lookup_table[0]); in squashfs_fill_super()
289 le64_to_cpu(sblk->fragment_table_start), next_table, fragments); in squashfs_fill_super()
296 next_table = le64_to_cpu(msblk->fragment_index[0]); in squashfs_fill_super()
300 if (msblk->directory_table > next_table) { in squashfs_fill_super()
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()
Dfragment.c77 u64 fragment_table_start, u64 next_table, unsigned int fragments) in squashfs_read_fragment_index_table() argument
87 if (fragment_table_start + length > next_table) in squashfs_read_fragment_index_table()
Dexport.c124 u64 lookup_table_start, u64 next_table, unsigned int inodes) in squashfs_read_inode_lookup_table() argument
141 if (lookup_table_start + length > next_table) in squashfs_read_inode_lookup_table()
/Linux-v4.19/drivers/acpi/
Dtables.c617 goto next_table; in acpi_table_initrd_override()
626 goto next_table; in acpi_table_initrd_override()
637 next_table: in acpi_table_initrd_override()
669 goto next_table; in acpi_table_initrd_scan()
678 goto next_table; in acpi_table_initrd_scan()
686 next_table: in acpi_table_initrd_scan()
/Linux-v4.19/drivers/acpi/acpica/
Dtbutils.c326 goto next_table; in acpi_tb_parse_root_table()
342 next_table: in acpi_tb_parse_root_table()
/Linux-v4.19/drivers/hwtracing/coresight/
Dcoresight-catu.c191 cate_t *table_ptr, *next_table; in catu_populate_table() local
234 next_table = catu_get_table(catu_table, in catu_populate_table()
249 table_ptr = next_table; in catu_populate_table()
/Linux-v4.19/net/ipv4/
Dipmr_base.c288 goto next_table; in mr_rtm_dumproute()
316 next_table: in mr_rtm_dumproute()
/Linux-v4.19/drivers/usb/gadget/udc/bdc/
Dbdc_ep.c103 struct bd_table *next_table, in chain_table() argument
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()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_debugfs.c1067 u8 next_table; in i40e_dbg_command_write() local
1088 &next_table, &next_index, in i40e_dbg_command_write()
1100 rlen, next_table, next_index); in i40e_dbg_command_write()
/Linux-v4.19/tools/objtool/
Dcheck.c831 struct rela *table, struct rela *next_table) in add_switch_table() argument
840 if (rela == next_table) in add_switch_table()