Searched refs:hs_get (Results 1 – 9 of 9) sorted by relevance
/drivers/staging/lustre/lustre/ptlrpc/ |
D | connection.c | 238 .hs_get = conn_get,
|
/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_hash.h | 316 void (*hs_get)(struct cfs_hash *hs, struct hlist_node *hnode); member 497 return hs->hs_ops->hs_get(hs, hnode); in cfs_hash_get()
|
/drivers/staging/lustre/lustre/osc/ |
D | osc_quota.c | 201 .hs_get = oqi_get,
|
/drivers/staging/lustre/lustre/libcfs/ |
D | hash.c | 1044 LASSERT(ops->hs_get != NULL); in cfs_hash_create() 1654 if (hs->hs_ops->hs_get == NULL || in cfs_hash_for_each_nolock() 1686 if (hs->hs_ops->hs_get == NULL || in cfs_hash_for_each_empty()
|
/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_resource.c | 540 .hs_get = ldlm_res_hop_get_locked, 551 .hs_get = ldlm_res_hop_get_locked,
|
/drivers/staging/lustre/lustre/lov/ |
D | lov_pool.c | 150 .hs_get = pool_hashrefcount_get,
|
/drivers/staging/lustre/lustre/obdclass/ |
D | cl_object.c | 594 .hs_get = cl_env_hops_noop,
|
D | obd_config.c | 1481 .hs_get = uuid_export_get,
|
D | lu_object.c | 924 .hs_get = lu_obj_hop_get,
|