Searched refs:cfs_hash_dual_bd_get (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_hash.h | 656 void cfs_hash_dual_bd_get(struct cfs_hash *hs, const void *key, 667 cfs_hash_dual_bd_get(hs, key, bds); in cfs_hash_dual_bd_get_and_lock() 763 cfs_hash_dual_bd_get(hs, cfs_hash_key(hs, hnode), bds); in cfs_hash_bucket_validate()
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | hash.c | 834 cfs_hash_dual_bd_get(struct cfs_hash *hs, const void *key, struct cfs_hash_bd *bds) in cfs_hash_dual_bd_get() function 851 EXPORT_SYMBOL(cfs_hash_dual_bd_get); 1997 cfs_hash_dual_bd_get(hs, old_key, old_bds); in cfs_hash_rehash_key()
|