Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/libcfs/
Dhash.c571 struct cfs_hash_bd *bd_new, struct hlist_node *hnode) in cfs_hash_bd_move_locked() argument
574 struct cfs_hash_bucket *nbkt = bd_new->bd_bucket; in cfs_hash_bd_move_locked()
577 if (cfs_hash_bd_compare(bd_old, bd_new) == 0) in cfs_hash_bd_move_locked()
583 rc = hs->hs_hops->hop_hnode_add(hs, bd_new, hnode); in cfs_hash_bd_move_locked()
584 cfs_hash_bd_dep_record(hs, bd_new, rc); in cfs_hash_bd_move_locked()
/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h621 struct cfs_hash_bd *bd_new,