Home
last modified time | relevance | path

Searched refs:od_cl (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_dev.c111 return &osc->od_cl.cd_lu_dev; in osc2lu_dev()
224 cl_device_init(&od->od_cl, t); in osc_device_alloc()
227 od->od_cl.cd_ops = &osc_cl_ops; in osc_device_alloc()
Dosc_internal.h160 struct cl_device od_cl; member
177 return container_of0(d->obd_lu_dev, struct osc_device, od_cl.cd_lu_dev); in obd2osc_dev()
Dosc_cl_internal.h501 return container_of0(d, struct osc_device, od_cl.cd_lu_dev); in lu2osc_dev()