Searched refs:hs_keycmp (Results 1 – 9 of 9) sorted by relevance
/drivers/staging/lustre/lustre/ptlrpc/ |
D | connection.c | 235 .hs_keycmp = conn_keycmp,
|
/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_hash.h | 312 int (*hs_keycmp)(const void *key, struct hlist_node *hnode); member 485 return hs->hs_ops->hs_keycmp(key, hnode); in cfs_hash_keycmp()
|
/drivers/staging/lustre/lustre/osc/ |
D | osc_quota.c | 198 .hs_keycmp = oqi_keycmp,
|
/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_resource.c | 537 .hs_keycmp = ldlm_res_hop_keycmp, 548 .hs_keycmp = ldlm_res_hop_keycmp,
|
/drivers/staging/lustre/lustre/lov/ |
D | lov_pool.c | 148 .hs_keycmp = pool_hashkey_keycmp,
|
/drivers/staging/lustre/lustre/obdclass/ |
D | cl_object.c | 592 .hs_keycmp = cl_env_hops_keycmp,
|
D | obd_config.c | 1479 .hs_keycmp = uuid_keycmp,
|
D | lu_object.c | 922 .hs_keycmp = lu_obj_hop_keycmp,
|
/drivers/staging/lustre/lustre/libcfs/ |
D | hash.c | 1043 LASSERT(ops->hs_keycmp); in cfs_hash_create()
|