Searched refs:next_hash (Results 1 – 13 of 13) sorted by relevance
281 ent->next_hash = priv->nethash[hash]; in __network_hash_link()282 if (ent->next_hash) in __network_hash_link()283 ent->next_hash->pprev_hash = &ent->next_hash; in __network_hash_link()291 *ent->pprev_hash = ent->next_hash; in __network_hash_unlink()292 if (ent->next_hash) in __network_hash_unlink()293 ent->next_hash->pprev_hash = ent->pprev_hash; in __network_hash_unlink()294 ent->next_hash = NULL; in __network_hash_unlink()314 db = db->next_hash; in __nat25_db_network_insert()351 g = f->next_hash; in nat25_db_cleanup()377 g = f->next_hash; in nat25_db_expire()[all …]
243 node; node = node->next_hash) { in hfs_bnode_findhash()280 node->next_hash = tree->node_hash[hash]; in __hfs_bnode_create()319 *p && *p != node; p = &(*p)->next_hash) in hfs_bnode_unhash()322 *p = node->next_hash; in hfs_bnode_unhash()
65 struct hfs_bnode *next_hash; member
147 tree->node_hash[i] = node->next_hash; in hfs_btree_close()
21 struct nat25_network_db_entry *next_hash; member
394 node; node = node->next_hash) in hfs_bnode_findhash()430 node->next_hash = tree->node_hash[hash]; in __hfs_bnode_create()470 *p && *p != node; p = &(*p)->next_hash) in hfs_bnode_unhash()473 *p = node->next_hash; in hfs_bnode_unhash()
268 tree->node_hash[i] = node->next_hash; in hfs_btree_close()
115 struct hfs_bnode *next_hash; member
600 &info->next_hash); in ext4_dx_readdir()623 if (info->next_hash == ~0) { in ext4_dx_readdir()627 info->curr_hash = info->next_hash; in ext4_dx_readdir()
1124 __u32 start_minor_hash, __u32 *next_hash) in ext4_htree_fill_tree() argument1156 *next_hash = ~0; in ext4_htree_fill_tree()1162 *next_hash = ~0; in ext4_htree_fill_tree()1211 *next_hash = hashval; in ext4_htree_fill_tree()1227 "next hash: %x\n", count, *next_hash)); in ext4_htree_fill_tree()
2529 __u32 next_hash; member3075 __u32 start_minor_hash, __u32 *next_hash);
78 struct ip_mc_list __rcu *next_hash; member
1386 im->next_hash = mc_hash[hash]; in ip_mc_hash_add()1402 im->next_hash = mc_hash[hash]; in ip_mc_hash_add()1419 mc_hash = &aux->next_hash; in ip_mc_hash_remove()1420 *mc_hash = im->next_hash; in ip_mc_hash_remove()2715 im = rcu_dereference(im->next_hash)) { in ip_check_mc_rcu()
Completed in 43 milliseconds