Home
last modified time | relevance | path

Searched refs:cl_device_init (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlovsub_dev.c179 result = cl_device_init(&lsd->acid_cl, t); in lovsub_device_alloc()
Dlov_dev.c485 cl_device_init(&ld->ld_cl, t); in lov_device_alloc()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_dev.c224 cl_device_init(&od->od_cl, t); in osc_device_alloc()
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c210 cl_device_init(&vdv->cdv_cl, t); in ccc_device_alloc()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dcl_object.h2709 static inline int cl_device_init(struct cl_device *d, struct lu_device_type *t) in cl_device_init() function
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c711 rc = cl_device_init(cd, t); in echo_device_alloc()