Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlovsub_dev.c122 next = cl2lu_dev(lsd->acid_next); in lovsub_device_fini()
132 struct lu_device *next = cl2lu_dev(lsd->acid_next); in lovsub_device_free()
Dlov_object.c118 o = lu_object_find_at(env, cl2lu_dev(dev), fid, &conf->coc_lu); in lov_sub_find()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dcl_object.c113 return lu2cl(lu_object_find_slice(env, cl2lu_dev(cd), fid, &c->coc_lu)); in cl_object_find()
963 lu_stack_fini(env, cl2lu_dev(cl)); in cl_stack_fini()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dvvp_dev.c210 sbi->ll_site = cl2lu_dev(cl)->ld_site; in cl_sb_init()
/linux-4.4.14/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c190 return cl2lu_dev(lu2ccc_dev(d)->cdv_next); in ccc_device_fini()
237 struct lu_device *next = cl2lu_dev(vdv->cdv_next); in ccc_device_free()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dcl_object.h2660 static inline struct lu_device *cl2lu_dev(struct cl_device *d) in cl2lu_dev() function