Searched refs:next_table (Results 1 - 9 of 9) sorted by relevance
/linux-4.1.27/fs/squashfs/ |
H A D | super.c | 88 u64 lookup_table_start, xattr_id_table_start, next_table; squashfs_fill_super() local 228 next_table = msblk->bytes_used; squashfs_fill_super() 242 next_table = msblk->xattr_table; squashfs_fill_super() 247 le64_to_cpu(sblk->id_table_start), next_table, squashfs_fill_super() 255 next_table = le64_to_cpu(msblk->id_table[0]); squashfs_fill_super() 264 lookup_table_start, next_table, msblk->inodes); squashfs_fill_super() 271 next_table = le64_to_cpu(msblk->inode_lookup_table[0]); squashfs_fill_super() 289 le64_to_cpu(sblk->fragment_table_start), next_table, fragments); squashfs_fill_super() 296 next_table = le64_to_cpu(msblk->fragment_index[0]); squashfs_fill_super() 300 if (msblk->directory_table > next_table) { squashfs_fill_super()
|
H A D | fragment.c | 74 u64 fragment_table_start, u64 next_table, unsigned int fragments) squashfs_read_fragment_index_table() 84 if (fragment_table_start + length > next_table) squashfs_read_fragment_index_table() 73 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 D | id.c | 69 u64 id_table_start, u64 next_table, unsigned short no_ids) squashfs_read_id_index_table() 87 if (id_table_start + length > next_table) squashfs_read_id_index_table() 68 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 | export.c | 124 u64 lookup_table_start, u64 next_table, unsigned int inodes) squashfs_read_inode_lookup_table() 141 if (lookup_table_start + length > next_table) squashfs_read_inode_lookup_table() 123 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
|
/linux-4.1.27/drivers/acpi/acpica/ |
H A D | tbutils.c | 390 goto next_table; acpi_tb_parse_root_table() 405 next_table: acpi_tb_parse_root_table()
|
/linux-4.1.27/drivers/usb/gadget/udc/bdc/ |
H A D | bdc_ep.c | 105 * to next_table 108 struct bd_table *next_table, chain_table() 113 cpu_to_le32(lower_32_bits(next_table->dma)); chain_table() 116 cpu_to_le32(upper_32_bits(next_table->dma)); chain_table() 107 chain_table(struct bd_table *prev_table, struct bd_table *next_table, u32 bd_p_tab) chain_table() argument
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_debugfs.c | 1405 u8 next_table; i40e_dbg_command_write() local 1426 &next_table, &next_index, i40e_dbg_command_write() 1437 "AQ debug dump fwdata rlen=0x%x next_table=0x%x next_index=0x%x\n", i40e_dbg_command_write() 1438 rlen, next_table, next_index); i40e_dbg_command_write()
|
/linux-4.1.27/net/ipv4/ |
H A D | ipmr.c | 2374 goto next_table; ipmr_for_each_table() 2410 next_table: ipmr_for_each_table()
|
/linux-4.1.27/net/ipv6/ |
H A D | ip6mr.c | 2466 goto next_table; ip6mr_for_each_table() 2502 next_table: ip6mr_for_each_table()
|
Completed in 415 milliseconds