Home
last modified time | relevance | path

Searched refs:cfs_hash_create (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dconnection.c140 conn_hash = cfs_hash_create("CONN_HASH", in ptlrpc_connection_init()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_quota.c211 cli->cl_quota_hash[type] = cfs_hash_create("QUOTA_HASH", in osc_quota_setup()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c493 obd->obd_uuid_hash = cfs_hash_create("UUID_HASH", in class_setup()
506 obd->obd_nid_hash = cfs_hash_create("NID_HASH", in class_setup()
519 obd->obd_nid_stats_hash = cfs_hash_create("NID_STATS", in class_setup()
Dcl_object.c657 cl_env_hash = cfs_hash_create("cl_env", in cl_env_store_init()
Dlu_object.c995 s->ls_obj_hash = cfs_hash_create(name, bits, bits, in lu_site_init()
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h671 struct cfs_hash *cfs_hash_create(char *name, unsigned cur_bits, unsigned max_bits,
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_flock.c838 cfs_hash_create(obd_uuid2str(&exp->exp_client_uuid), in ldlm_init_flock_export()
Dldlm_lockd.c973 cfs_hash_create(obd_uuid2str(&exp->exp_client_uuid), in ldlm_init_export()
Dldlm_resource.c597 ns->ns_rs_hash = cfs_hash_create(name, in ldlm_namespace_new()
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dhash.c1019 cfs_hash_create(char *name, unsigned cur_bits, unsigned max_bits, in cfs_hash_create() function
1088 EXPORT_SYMBOL(cfs_hash_create);
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_obd.c811 lov->lov_pools_hash_body = cfs_hash_create("POOLS", HASH_POOLS_CUR_BITS, in lov_setup()