Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dhash.c441 .hop_hnode_add = cfs_hash_hh_hnode_add,
448 .hop_hnode_add = cfs_hash_hd_hnode_add,
455 .hop_hnode_add = cfs_hash_dh_hnode_add,
462 .hop_hnode_add = cfs_hash_dd_hnode_add,
534 rc = hs->hs_hops->hop_hnode_add(hs, bd, hnode); in cfs_hash_bd_add_locked()
583 rc = hs->hs_hops->hop_hnode_add(hs, bd_new, hnode); in cfs_hash_bd_move_locked()
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h293 int (*hop_hnode_add)(struct cfs_hash *hs, struct cfs_hash_bd *bd, member