Searched refs:hs_hash (Results 1 – 9 of 9) sorted by relevance
/drivers/staging/lustre/lustre/ptlrpc/ |
D | connection.c | 234 .hs_hash = conn_hashfn,
|
/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_hash.h | 302 unsigned (*hs_hash)(struct cfs_hash *hs, const void *key, member 463 return hs->hs_ops->hs_hash(hs, key, mask); in cfs_hash_id()
|
/drivers/staging/lustre/lustre/osc/ |
D | osc_quota.c | 197 .hs_hash = oqi_hashfn,
|
/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_resource.c | 535 .hs_hash = ldlm_res_hop_hash, 546 .hs_hash = ldlm_res_hop_fid_hash,
|
/drivers/staging/lustre/lustre/lov/ |
D | lov_pool.c | 146 .hs_hash = pool_hashfn,
|
/drivers/staging/lustre/lustre/obdclass/ |
D | cl_object.c | 590 .hs_hash = cl_env_hops_hash,
|
D | obd_config.c | 1477 .hs_hash = uuid_hash,
|
D | lu_object.c | 920 .hs_hash = lu_obj_hop_hash,
|
/drivers/staging/lustre/lustre/libcfs/ |
D | hash.c | 1041 LASSERT(ops->hs_hash); in cfs_hash_create()
|