Searched refs:next_hash (Results 1 – 13 of 13) sorted by relevance
254 ent->next_hash = priv->nethash[hash]; in __network_hash_link()255 if (ent->next_hash) in __network_hash_link()256 ent->next_hash->pprev_hash = &ent->next_hash; in __network_hash_link()264 *ent->pprev_hash = ent->next_hash; in __network_hash_unlink()265 if (ent->next_hash) in __network_hash_unlink()266 ent->next_hash->pprev_hash = ent->pprev_hash; in __network_hash_unlink()267 ent->next_hash = NULL; in __network_hash_unlink()287 db = db->next_hash; in __nat25_db_network_insert()321 g = f->next_hash; in nat25_db_cleanup()348 g = f->next_hash; in nat25_db_expire()[all …]
16 struct nat25_network_db_entry *next_hash; member
236 node; node = node->next_hash) { in hfs_bnode_findhash()273 node->next_hash = tree->node_hash[hash]; in __hfs_bnode_create()308 *p && *p != node; p = &(*p)->next_hash) in hfs_bnode_unhash()311 *p = node->next_hash; in hfs_bnode_unhash()
65 struct hfs_bnode *next_hash; member
149 tree->node_hash[i] = node->next_hash; in hfs_btree_close()
387 node; node = node->next_hash) in hfs_bnode_findhash()423 node->next_hash = tree->node_hash[hash]; in __hfs_bnode_create()459 *p && *p != node; p = &(*p)->next_hash) in hfs_bnode_unhash()462 *p = node->next_hash; in hfs_bnode_unhash()
269 tree->node_hash[i] = node->next_hash; in hfs_btree_close()
115 struct hfs_bnode *next_hash; member
599 &info->next_hash); in ext4_dx_readdir()622 if (info->next_hash == ~0) { in ext4_dx_readdir()626 info->curr_hash = info->next_hash; in ext4_dx_readdir()
1168 __u32 start_minor_hash, __u32 *next_hash) in ext4_htree_fill_tree() argument1200 *next_hash = ~0; in ext4_htree_fill_tree()1206 *next_hash = ~0; in ext4_htree_fill_tree()1255 *next_hash = hashval; in ext4_htree_fill_tree()1271 "next hash: %x\n", count, *next_hash)); in ext4_htree_fill_tree()
2539 __u32 next_hash; member3041 __u32 start_minor_hash, __u32 *next_hash);
78 struct ip_mc_list __rcu *next_hash; member
1393 im->next_hash = mc_hash[hash]; in ip_mc_hash_add()1409 im->next_hash = mc_hash[hash]; in ip_mc_hash_add()1426 mc_hash = &aux->next_hash; in ip_mc_hash_remove()1427 *mc_hash = im->next_hash; in ip_mc_hash_remove()2728 im = rcu_dereference(im->next_hash)) { in ip_check_mc_rcu()