Searched refs:cdv_cl (Results 1 – 2 of 2) sorted by relevance
209 lud = &vdv->cdv_cl.cd_lu_dev; in ccc_device_alloc()210 cl_device_init(&vdv->cdv_cl, t); in ccc_device_alloc()212 vdv->cdv_cl.cd_ops = clops; in ccc_device_alloc()216 rc = cl_site_init(site, &vdv->cdv_cl); in ccc_device_alloc()996 return &vdv->cdv_cl.cd_lu_dev; in ccc2lu_dev()1001 return container_of0(d, struct ccc_device, cdv_cl.cd_lu_dev); in lu2ccc_dev()1006 return container_of0(d, struct ccc_device, cdv_cl); in cl2ccc_dev()
239 struct cl_device cdv_cl; member