Home
last modified time | relevance | path

Searched refs:bd_new (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dhash.c562 struct cfs_hash_bd *bd_new, struct hlist_node *hnode) in cfs_hash_bd_move_locked() argument
565 struct cfs_hash_bucket *nbkt = bd_new->bd_bucket; in cfs_hash_bd_move_locked()
568 if (cfs_hash_bd_compare(bd_old, bd_new) == 0) in cfs_hash_bd_move_locked()
574 rc = hs->hs_hops->hop_hnode_add(hs, bd_new, hnode); in cfs_hash_bd_move_locked()
575 cfs_hash_bd_dep_record(hs, bd_new, rc); in cfs_hash_bd_move_locked()
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h614 struct cfs_hash_bd *bd_new, struct hlist_node *hnode);