Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dconnection.c140 conn_hash = cfs_hash_create("CONN_HASH", in ptlrpc_connection_init()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_quota.c212 cli->cl_quota_hash[type] = cfs_hash_create("QUOTA_HASH", in osc_quota_setup()
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h684 cfs_hash_create(char *name, unsigned cur_bits, unsigned max_bits,
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dcl_object.c633 cl_env_hash = cfs_hash_create("cl_env", in cl_env_store_init()
Dobd_config.c324 obd->obd_uuid_hash = cfs_hash_create("UUID_HASH", in class_setup()
Dlu_object.c961 s->ls_obj_hash = cfs_hash_create(name, bits, bits, in lu_site_init()
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dhash.c1028 cfs_hash_create(char *name, unsigned cur_bits, unsigned max_bits, in cfs_hash_create() function
1097 EXPORT_SYMBOL(cfs_hash_create);
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_resource.c657 ns->ns_rs_hash = cfs_hash_create(name, in ldlm_namespace_new()
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_obd.c798 lov->lov_pools_hash_body = cfs_hash_create("POOLS", HASH_POOLS_CUR_BITS, in lov_setup()