Home
last modified time | relevance | path

Searched refs:cfs_hash_bd_extra_get (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/lustre/lustre/obdclass/
Dlu_object.c103 bkt = cfs_hash_bd_extra_get(site->ls_obj_hash, &bd); in lu_object_put()
179 bkt = cfs_hash_bd_extra_get(obj_hash, &bd); in lu_object_unhash()
341 bkt = cfs_hash_bd_extra_get(s->ls_obj_hash, &bd); in lu_site_purge()
536 bkt = cfs_hash_bd_extra_get(s->ls_obj_hash, bd); in htable_lookup()
979 bkt = cfs_hash_bd_extra_get(s->ls_obj_hash, &bd); in lu_site_init()
1711 struct lu_site_bkt_data *bkt = cfs_hash_bd_extra_get(hs, &bd); in lu_site_stats_get()
/drivers/staging/lustre/lustre/ldlm/
Dldlm_resource.c671 nsb = cfs_hash_bd_extra_get(ns->ns_rs_hash, &bd); in ldlm_namespace_new()
1111 res->lr_ns_bucket = cfs_hash_bd_extra_get(ns->ns_rs_hash, &bd); in ldlm_resource_get()
/drivers/staging/lustre/lustre/include/
Dlu_object.h645 return cfs_hash_bd_extra_get(site->ls_obj_hash, &bd); in lu_site_bkt_from_fid()
/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h578 cfs_hash_bd_extra_get(struct cfs_hash *hs, struct cfs_hash_bd *bd) in cfs_hash_bd_extra_get() function