Home
last modified time | relevance | path

Searched refs:cfs_hash_putref (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_quota.c228 cfs_hash_putref(cli->cl_quota_hash[i]); in osc_quota_setup()
239 cfs_hash_putref(cli->cl_quota_hash[type]); in osc_quota_cleanup()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dconnection.c156 cfs_hash_putref(conn_hash); in ptlrpc_connection_fini()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c563 cfs_hash_putref(obd->obd_uuid_hash); in class_setup()
567 cfs_hash_putref(obd->obd_nid_hash); in class_setup()
571 cfs_hash_putref(obd->obd_nid_stats_hash); in class_setup()
687 cfs_hash_putref(obd->obd_uuid_hash); in class_cleanup()
693 cfs_hash_putref(obd->obd_nid_hash); in class_cleanup()
699 cfs_hash_putref(obd->obd_nid_stats_hash); in class_cleanup()
Dgenops.c896 cfs_hash_putref(hash); in class_new_export()
903 cfs_hash_putref(hash); in class_new_export()
1432 cfs_hash_putref(nid_hash); in obd_export_evict_by_nid()
1461 cfs_hash_putref(uuid_hash); in obd_export_evict_by_uuid()
1477 cfs_hash_putref(uuid_hash); in obd_export_evict_by_uuid()
Dcl_object.c669 cfs_hash_putref(cl_env_hash); in cl_env_store_fini()
Dlu_object.c1020 cfs_hash_putref(s->ls_obj_hash); in lu_site_init()
1063 cfs_hash_putref(s->ls_obj_hash); in lu_site_fini()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_resource.c658 cfs_hash_putref(ns->ns_rs_hash); in ldlm_namespace_new()
902 cfs_hash_putref(ns->ns_rs_hash); in ldlm_namespace_free_post()
Dldlm_flock.c855 cfs_hash_putref(exp->exp_flock_hash); in ldlm_destroy_flock_export()
Dldlm_lockd.c998 cfs_hash_putref(exp->exp_lock_hash); in ldlm_destroy_export()
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h677 void cfs_hash_putref(struct cfs_hash *hs);
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dhash.c1159 void cfs_hash_putref(struct cfs_hash *hs) in cfs_hash_putref() function
1164 EXPORT_SYMBOL(cfs_hash_putref);
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_obd.c883 cfs_hash_putref(lov->lov_pools_hash_body); in lov_cleanup()