Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlu_object.c102 bkt = cfs_hash_bd_extra_get(site->ls_obj_hash, &bd); in lu_object_put()
341 bkt = cfs_hash_bd_extra_get(s->ls_obj_hash, &bd); in lu_site_purge()
551 bkt = cfs_hash_bd_extra_get(s->ls_obj_hash, bd); in htable_lookup()
610 bkt = cfs_hash_bd_extra_get(hs, &bd); in lu_object_new()
680 bkt = cfs_hash_bd_extra_get(hs, &bd); in lu_object_find_try()
934 bkt = cfs_hash_bd_extra_get(hs, &bd); in lu_obj_hop_get()
1013 bkt = cfs_hash_bd_extra_get(s->ls_obj_hash, &bd); in lu_site_init()
1801 struct lu_site_bkt_data *bkt = cfs_hash_bd_extra_get(hs, &bd); in lu_site_stats_get()
2091 bkt = cfs_hash_bd_extra_get(hs, &bd); in lu_object_assign_fid()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_resource.c611 nsb = cfs_hash_bd_extra_get(ns->ns_rs_hash, &bd); in ldlm_namespace_new()
1094 res->lr_ns_bucket = cfs_hash_bd_extra_get(ns->ns_rs_hash, &bd); in ldlm_resource_get()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlu_object.h646 return cfs_hash_bd_extra_get(site->ls_obj_hash, &bd); in lu_site_bkt_from_fid()
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h571 cfs_hash_bd_extra_get(struct cfs_hash *hs, struct cfs_hash_bd *bd) in cfs_hash_bd_extra_get() function