Home
last modified time | relevance | path

Searched refs:cdv_cl (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c208 lud = &vdv->cdv_cl.cd_lu_dev; in ccc_device_alloc()
209 cl_device_init(&vdv->cdv_cl, t); in ccc_device_alloc()
211 vdv->cdv_cl.cd_ops = clops; in ccc_device_alloc()
215 rc = cl_site_init(site, &vdv->cdv_cl); in ccc_device_alloc()
915 return &vdv->cdv_cl.cd_lu_dev; in ccc2lu_dev()
920 return container_of0(d, struct ccc_device, cdv_cl.cd_lu_dev); in lu2ccc_dev()
925 return container_of0(d, struct ccc_device, cdv_cl); in cl2ccc_dev()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlclient.h236 struct cl_device cdv_cl; member