Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c209 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()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlclient.h239 struct cl_device cdv_cl; member