Searched refs:lo_dev (Results 1 - 20 of 20) sorted by relevance
/drivers/staging/lustre/lustre/lov/ |
H A D | lovsub_object.c | 58 struct lovsub_device *dev = lu2lovsub_dev(obj->lo_dev);
|
H A D | lov_cl_internal.h | 670 return obj->lo_dev->ld_type == &lov_device_type; 675 return obj->lo_dev->ld_type == &lovsub_device_type;
|
H A D | lov_object.c | 119 LASSERT(ergo(!IS_ERR(o), o->lo_dev->ld_type == &lovsub_device_type)); 300 site = sub->co_lu.lo_dev->ld_site; 693 lu2lov_dev(lov->lo_cl.co_lu.lo_dev), 718 struct lov_device *dev = lu2lov_dev(obj->lo_dev);
|
H A D | lov_io.c | 139 struct lov_device *ld = lu2lov_dev(lov2cl(lov)->co_lu.lo_dev); 564 struct lov_device *ld = lu2lov_dev(lov2cl(obj)->co_lu.lo_dev);
|
/drivers/staging/lustre/lustre/osc/ |
H A D | osc_cl_internal.h | 496 return obj->lo_dev->ld_type == &osc_device_type; 507 return lu2osc_dev(obj->oo_cl.co_lu.lo_dev)->od_exp;
|
H A D | osc_object.c | 212 struct osc_device *dev = lu2osc_dev(obj->oo_cl.co_lu.lo_dev);
|
H A D | osc_io.c | 261 struct osc_device *dev = lu2osc_dev(slice->cpl_obj->co_lu.lo_dev); 493 struct osc_device *osd = lu2osc_dev(obj->co_lu.lo_dev);
|
H A D | osc_lock.c | 955 const struct osc_device *osd = lu2osc_dev(obj->co_lu.lo_dev);
|
H A D | osc_cache.c | 1278 struct lu_device *ld = opg->ops_cl.cpl_obj->co_lu.lo_dev;
|
/drivers/staging/lustre/lustre/obdclass/ |
H A D | lu_object.c | 78 site = o->lo_dev->ld_site; 178 struct cfs_hash *obj_hash = o->lo_dev->ld_site->ls_obj_hash; 272 site = o->lo_dev->ld_site; 507 o->lo_dev->ld_type->ldt_name, o); 1161 o->lo_dev = d; 1175 struct lu_device *dev = o->lo_dev; 1183 o->lo_dev = NULL; 1204 * before->lo_dev. 1249 if (o->lo_dev->ld_type == dtype) 2078 struct lu_site *s = o->lo_dev [all...] |
H A D | llog.c | 762 d = lu2dt_dev((*res)->lgh_obj->do_lu.lo_dev); 829 dt = lu2dt_dev(loghandle->lgh_obj->do_lu.lo_dev);
|
H A D | cl_lock.c | 624 if (slice->cls_obj->co_lu.lo_dev->ld_type == dtype) 1848 dtype = lock->cll_descr.cld_obj->co_lu.lo_dev->ld_type; 2222 slice->cls_obj->co_lu.lo_dev->ld_type->ldt_name,
|
H A D | cl_io.c | 693 slice = cl_page_at(page, ios->cis_obj->co_lu.lo_dev->ld_type); 1406 dev = lu2cl_dev(slice->cpl_obj->co_lu.lo_dev);
|
H A D | cl_page.c | 115 if (slice->cpl_obj->co_lu.lo_dev->ld_type == dtype) 173 dtype = cl_object_top(obj)->co_lu.lo_dev->ld_type;
|
H A D | dt_object.c | 230 if (n->lo_dev == &dev->dd_lu_dev)
|
/drivers/staging/lustre/lustre/include/ |
H A D | lu_object.h | 113 * from the parent layer, and should setup at least lu_object::lo_dev 139 * \post ergo(!IS_ERR(result), result->lo_dev == d && 468 struct lu_device *lo_dev; member in struct:lu_object 770 return o->lo_dev->ld_ops;
|
H A D | cl_object.h | 2672 LASSERT(o == NULL || IS_ERR(o) || lu_device_is_cl(o->lo_dev)); 2689 LASSERT(o == NULL || IS_ERR(o) || lu_device_is_cl(o->co_lu.lo_dev)); 2690 return container_of0(o->co_lu.lo_dev, struct cl_device, cd_lu_dev); 2700 return lu2cl_site(obj->co_lu.lo_dev->ld_site);
|
H A D | dt_object.h | 703 LASSERT(l == NULL || IS_ERR(l) || lu_device_is_dt(l->lo_dev)); 724 LASSERT(ergo(o != NULL, lu_device_is_dt(o->lo_dev)));
|
/drivers/staging/lustre/lustre/lclient/ |
H A D | lcommon_cl.c | 361 struct ccc_device *dev = lu2ccc_dev(obj->lo_dev); 1156 struct lu_site *site = obj->co_lu.lo_dev->ld_site;
|
/drivers/staging/lustre/lustre/obdecho/ |
H A D | echo_client.c | 431 struct echo_device *ed = cl2echo_dev(lu2cl_dev(obj->lo_dev));
|
Completed in 168 milliseconds