Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dconnection.c235 .hs_keycmp = conn_keycmp,
/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h312 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/
Dosc_quota.c198 .hs_keycmp = oqi_keycmp,
/drivers/staging/lustre/lustre/ldlm/
Dldlm_resource.c537 .hs_keycmp = ldlm_res_hop_keycmp,
548 .hs_keycmp = ldlm_res_hop_keycmp,
/drivers/staging/lustre/lustre/lov/
Dlov_pool.c148 .hs_keycmp = pool_hashkey_keycmp,
/drivers/staging/lustre/lustre/obdclass/
Dcl_object.c592 .hs_keycmp = cl_env_hops_keycmp,
Dobd_config.c1479 .hs_keycmp = uuid_keycmp,
Dlu_object.c922 .hs_keycmp = lu_obj_hop_keycmp,
/drivers/staging/lustre/lustre/libcfs/
Dhash.c1043 LASSERT(ops->hs_keycmp); in cfs_hash_create()