Home
last modified time | relevance | path

Searched refs:cd_ops (Results 1 – 7 of 7) sorted by relevance

/drivers/staging/lustre/lustre/lov/
Dlovsub_dev.c183 lsd->acid_cl.cd_ops = &lovsub_cl_ops; in lovsub_device_alloc()
Dlov_dev.c488 ld->ld_cl.cd_ops = &lov_cl_ops; in lov_device_alloc()
/drivers/staging/lustre/lustre/osc/
Dosc_dev.c227 od->od_cl.cd_ops = &osc_cl_ops; in osc_device_alloc()
/drivers/staging/lustre/lustre/obdclass/
Dcl_io.c1339 if (dev->cd_ops->cdo_req_init != NULL) { in cl_req_init()
1340 result = dev->cd_ops->cdo_req_init(env, in cl_req_init()
/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c211 vdv->cdv_cl.cd_ops = clops; in ccc_device_alloc()
/drivers/staging/lustre/lustre/include/
Dcl_object.h156 const struct cl_device_operations *cd_ops; member
/drivers/staging/lustre/lustre/obdecho/
Decho_client.c718 cd->cd_ops = &echo_device_cl_ops; in echo_device_alloc()