Searched refs:cfs_hash_create (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | connection.c | 140 conn_hash = cfs_hash_create("CONN_HASH", in ptlrpc_connection_init()
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_quota.c | 211 cli->cl_quota_hash[type] = cfs_hash_create("QUOTA_HASH", in osc_quota_setup()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | obd_config.c | 493 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()
|
D | cl_object.c | 657 cl_env_hash = cfs_hash_create("cl_env", in cl_env_store_init()
|
D | lu_object.c | 995 s->ls_obj_hash = cfs_hash_create(name, bits, bits, in lu_site_init()
|
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_hash.h | 671 struct cfs_hash *cfs_hash_create(char *name, unsigned cur_bits, unsigned max_bits,
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_flock.c | 838 cfs_hash_create(obd_uuid2str(&exp->exp_client_uuid), in ldlm_init_flock_export()
|
D | ldlm_lockd.c | 973 cfs_hash_create(obd_uuid2str(&exp->exp_client_uuid), in ldlm_init_export()
|
D | ldlm_resource.c | 597 ns->ns_rs_hash = cfs_hash_create(name, in ldlm_namespace_new()
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | hash.c | 1019 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/ |
D | lov_obd.c | 811 lov->lov_pools_hash_body = cfs_hash_create("POOLS", HASH_POOLS_CUR_BITS, in lov_setup()
|