Searched refs:next_table (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/fs/squashfs/ |
D | super.c | 88 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()
|
D | id.c | 69 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()
|
D | fragment.c | 74 u64 fragment_table_start, u64 next_table, unsigned int fragments) in squashfs_read_fragment_index_table() argument 84 if (fragment_table_start + length > next_table) in squashfs_read_fragment_index_table()
|
D | export.c | 124 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-4.4.14/drivers/acpi/acpica/ |
D | tbutils.c | 360 goto next_table; in acpi_tb_parse_root_table() 376 next_table: in acpi_tb_parse_root_table()
|
/linux-4.4.14/drivers/usb/gadget/udc/bdc/ |
D | bdc_ep.c | 108 struct bd_table *next_table, in chain_table() argument 113 cpu_to_le32(lower_32_bits(next_table->dma)); in chain_table() 116 cpu_to_le32(upper_32_bits(next_table->dma)); in chain_table()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_debugfs.c | 1401 u8 next_table; in i40e_dbg_command_write() local 1422 &next_table, &next_index, in i40e_dbg_command_write() 1434 rlen, next_table, next_index); in i40e_dbg_command_write()
|
/linux-4.4.14/net/ipv6/ |
D | ip6mr.c | 2461 goto next_table; in ip6mr_rtm_dumproute() 2497 next_table: in ip6mr_rtm_dumproute()
|
/linux-4.4.14/net/ipv4/ |
D | ipmr.c | 2366 goto next_table; in ipmr_rtm_dumproute() 2402 next_table: in ipmr_rtm_dumproute()
|