next_hash         585 fs/ext4/dir.c  						   &info->next_hash);
next_hash         608 fs/ext4/dir.c  			if (info->next_hash == ~0) {
next_hash         612 fs/ext4/dir.c  			info->curr_hash = info->next_hash;
next_hash        2180 fs/ext4/ext4.h 	__u32		next_hash;
next_hash        2671 fs/ext4/ext4.h 				__u32 start_minor_hash, __u32 *next_hash);
next_hash        1084 fs/ext4/namei.c 			 __u32 start_minor_hash, __u32 *next_hash)
next_hash        1112 fs/ext4/namei.c 				*next_hash = ~0;
next_hash        1118 fs/ext4/namei.c 		*next_hash = ~0;
next_hash        1167 fs/ext4/namei.c 		*next_hash = hashval;
next_hash        1183 fs/ext4/namei.c 		       "next hash: %x\n", count, *next_hash));
next_hash         228 fs/hfs/bnode.c 	     node; node = node->next_hash) {
next_hash         265 fs/hfs/bnode.c 		node->next_hash = tree->node_hash[hash];
next_hash         304 fs/hfs/bnode.c 	     *p && *p != node; p = &(*p)->next_hash)
next_hash         307 fs/hfs/bnode.c 	*p = node->next_hash;
next_hash         147 fs/hfs/btree.c 			tree->node_hash[i] = node->next_hash;
next_hash          58 fs/hfs/btree.h 	struct hfs_bnode *next_hash;
next_hash         394 fs/hfsplus/bnode.c 			node; node = node->next_hash)
next_hash         430 fs/hfsplus/bnode.c 		node->next_hash = tree->node_hash[hash];
next_hash         470 fs/hfsplus/bnode.c 	     *p && *p != node; p = &(*p)->next_hash)
next_hash         473 fs/hfsplus/bnode.c 	*p = node->next_hash;
next_hash         268 fs/hfsplus/btree.c 			tree->node_hash[i] = node->next_hash;
next_hash         115 fs/hfsplus/hfsplus_fs.h 	struct hfs_bnode *next_hash;
next_hash          81 include/linux/igmp.h 	struct ip_mc_list __rcu *next_hash;
next_hash        1381 net/ipv4/igmp.c 		im->next_hash = mc_hash[hash];
next_hash        1397 net/ipv4/igmp.c 		im->next_hash = mc_hash[hash];
next_hash        1414 net/ipv4/igmp.c 		mc_hash = &aux->next_hash;
next_hash        1415 net/ipv4/igmp.c 	*mc_hash = im->next_hash;
next_hash        2711 net/ipv4/igmp.c 		     im = rcu_dereference(im->next_hash)) {