Home
last modified time | relevance | path

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

/linux-3.4.99/fs/squashfs/
Dsuper.c86 u64 lookup_table_start, xattr_id_table_start, next_table; in squashfs_fill_super() local
226 next_table = msblk->bytes_used; in squashfs_fill_super()
240 next_table = msblk->xattr_table; in squashfs_fill_super()
245 le64_to_cpu(sblk->id_table_start), next_table, in squashfs_fill_super()
253 next_table = le64_to_cpu(msblk->id_table[0]); in squashfs_fill_super()
262 lookup_table_start, next_table, msblk->inodes); in squashfs_fill_super()
269 next_table = le64_to_cpu(msblk->inode_lookup_table[0]); in squashfs_fill_super()
287 le64_to_cpu(sblk->fragment_table_start), next_table, fragments); in squashfs_fill_super()
294 next_table = le64_to_cpu(msblk->fragment_index[0]); in squashfs_fill_super()
298 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.c74 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()
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-3.4.99/net/ipv6/
Dip6mr.c2260 goto next_table; in ip6mr_rtm_dumproute()
2278 next_table: in ip6mr_rtm_dumproute()
/linux-3.4.99/net/ipv4/
Dipmr.c2170 goto next_table; in ipmr_rtm_dumproute()
2188 next_table: in ipmr_rtm_dumproute()