Searched refs:cfs_hash_bd_get (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_hash.h | 552 void cfs_hash_bd_get(struct cfs_hash *hs, const void *key, 559 cfs_hash_bd_get(hs, key, bd); in cfs_hash_bd_get_and_lock()
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | hash.c | 491 cfs_hash_bd_get(struct cfs_hash *hs, const void *key, struct cfs_hash_bd *bd) in cfs_hash_bd_get() function 503 EXPORT_SYMBOL(cfs_hash_bd_get); 782 cfs_hash_bd_get(hs, key, &mybd); in cfs_hash_multi_bd_findadd_locked() 1998 cfs_hash_bd_get(hs, new_key, &new_bd); in cfs_hash_rehash_key()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lu_object.h | 644 cfs_hash_bd_get(site->ls_obj_hash, fid, &bd); in lu_site_bkt_from_fid()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_resource.c | 1215 cfs_hash_bd_get(ns->ns_rs_hash, &res->lr_name, &bd); in ldlm_resource_putref() 1240 cfs_hash_bd_get(ldlm_res_to_ns(res)->ns_rs_hash, in ldlm_resource_putref_locked()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | lu_object.c | 102 cfs_hash_bd_get(site->ls_obj_hash, &top->loh_fid, &bd); in lu_object_put() 346 cfs_hash_bd_get(s->ls_obj_hash, &h->loh_fid, &bd2); in lu_site_purge()
|