Home
last modified time | relevance | path

Searched refs:next_hash (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/staging/r8188eu/core/
A Drtw_br_ext.c281 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 …]
/linux/fs/hfs/
A Dbnode.c243 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()
A Dbtree.h65 struct hfs_bnode *next_hash; member
A Dbtree.c147 tree->node_hash[i] = node->next_hash; in hfs_btree_close()
/linux/drivers/staging/r8188eu/include/
A Drtw_br_ext.h21 struct nat25_network_db_entry *next_hash; member
/linux/fs/hfsplus/
A Dbnode.c394 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()
A Dbtree.c268 tree->node_hash[i] = node->next_hash; in hfs_btree_close()
A Dhfsplus_fs.h115 struct hfs_bnode *next_hash; member
/linux/fs/ext4/
A Ddir.c600 &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()
A Dnamei.c1124 __u32 start_minor_hash, __u32 *next_hash) in ext4_htree_fill_tree() argument
1156 *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()
A Dext4.h2529 __u32 next_hash; member
3075 __u32 start_minor_hash, __u32 *next_hash);
/linux/include/linux/
A Digmp.h78 struct ip_mc_list __rcu *next_hash; member
/linux/net/ipv4/
A Digmp.c1386 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