Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c171 struct ccc_device *vdv; in ccc_device_init()
200 struct ccc_device *vdv; in ccc_device_alloc()
236 struct ccc_device *vdv = lu2ccc_dev(d); in ccc_device_free()
361 struct ccc_device *dev = lu2ccc_dev(obj->lo_dev); in ccc_object_init()
994 struct lu_device *ccc2lu_dev(struct ccc_device *vdv) in ccc2lu_dev()
999 struct ccc_device *lu2ccc_dev(const struct lu_device *d) in lu2ccc_dev()
1001 return container_of0(d, struct ccc_device, cdv_cl.cd_lu_dev); in lu2ccc_dev()
1004 struct ccc_device *cl2ccc_dev(const struct cl_device *d) in cl2ccc_dev()
1006 return container_of0(d, struct ccc_device, cdv_cl); in cl2ccc_dev()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlclient.h238 struct ccc_device { struct
360 struct lu_device *ccc2lu_dev (struct ccc_device *vdv);
362 struct ccc_device *lu2ccc_dev (const struct lu_device *d);
363 struct ccc_device *cl2ccc_dev (const struct cl_device *d);