[go: nahoru, domu]

Searched refs:lo_dev (Results 1 - 20 of 20) sorted by relevance

/drivers/staging/lustre/lustre/lov/
H A Dlovsub_object.c58 struct lovsub_device *dev = lu2lovsub_dev(obj->lo_dev);
H A Dlov_cl_internal.h670 return obj->lo_dev->ld_type == &lov_device_type;
675 return obj->lo_dev->ld_type == &lovsub_device_type;
H A Dlov_object.c119 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 Dlov_io.c139 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 Dosc_cl_internal.h496 return obj->lo_dev->ld_type == &osc_device_type;
507 return lu2osc_dev(obj->oo_cl.co_lu.lo_dev)->od_exp;
H A Dosc_object.c212 struct osc_device *dev = lu2osc_dev(obj->oo_cl.co_lu.lo_dev);
H A Dosc_io.c261 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 Dosc_lock.c955 const struct osc_device *osd = lu2osc_dev(obj->co_lu.lo_dev);
H A Dosc_cache.c1278 struct lu_device *ld = opg->ops_cl.cpl_obj->co_lu.lo_dev;
/drivers/staging/lustre/lustre/obdclass/
H A Dlu_object.c78 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 Dllog.c762 d = lu2dt_dev((*res)->lgh_obj->do_lu.lo_dev);
829 dt = lu2dt_dev(loghandle->lgh_obj->do_lu.lo_dev);
H A Dcl_lock.c624 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 Dcl_io.c693 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 Dcl_page.c115 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 Ddt_object.c230 if (n->lo_dev == &dev->dd_lu_dev)
/drivers/staging/lustre/lustre/include/
H A Dlu_object.h113 * 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 Dcl_object.h2672 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 Ddt_object.h703 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 Dlcommon_cl.c361 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 Decho_client.c431 struct echo_device *ed = cl2echo_dev(lu2cl_dev(obj->lo_dev));

Completed in 168 milliseconds