Searched refs:cfs_hash_create (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | connection.c | 140 conn_hash = cfs_hash_create("CONN_HASH", in ptlrpc_connection_init()
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_quota.c | 212 cli->cl_quota_hash[type] = cfs_hash_create("QUOTA_HASH", in osc_quota_setup()
|
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_hash.h | 684 cfs_hash_create(char *name, unsigned cur_bits, unsigned max_bits,
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | cl_object.c | 633 cl_env_hash = cfs_hash_create("cl_env", in cl_env_store_init()
|
D | obd_config.c | 324 obd->obd_uuid_hash = cfs_hash_create("UUID_HASH", in class_setup()
|
D | lu_object.c | 961 s->ls_obj_hash = cfs_hash_create(name, bits, bits, in lu_site_init()
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | hash.c | 1028 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/ |
D | ldlm_resource.c | 657 ns->ns_rs_hash = cfs_hash_create(name, in ldlm_namespace_new()
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 798 lov->lov_pools_hash_body = cfs_hash_create("POOLS", HASH_POOLS_CUR_BITS, in lov_setup()
|