Home
last modified time | relevance | path

Searched refs:osc_device (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_internal.h159 struct osc_device { struct
175 static inline struct osc_device *obd2osc_dev(const struct obd_device *d) in obd2osc_dev() argument
177 return container_of0(d->obd_lu_dev, struct osc_device, od_cl.cd_lu_dev); in obd2osc_dev()
Dosc_dev.c109 static struct lu_device *osc2lu_dev(struct osc_device *osc) in osc2lu_dev()
204 struct osc_device *od = lu2osc_dev(d); in osc_device_free()
216 struct osc_device *od; in osc_device_alloc()
Dlproc_osc.c470 struct osc_device *od = obd2osc_dev(obd); in contention_seconds_show()
482 struct osc_device *od = obd2osc_dev(obd); in contention_seconds_store()
495 struct osc_device *od = obd2osc_dev(obd); in lockless_truncate_show()
507 struct osc_device *od = obd2osc_dev(obd); in lockless_truncate_store()
Dosc_cl_internal.h498 static inline struct osc_device *lu2osc_dev(const struct lu_device *d) in lu2osc_dev()
501 return container_of0(d, struct osc_device, od_cl.cd_lu_dev); in lu2osc_dev()
Dosc_object.c209 struct osc_device *dev = lu2osc_dev(obj->oo_cl.co_lu.lo_dev); in osc_object_is_contended()
Dosc_io.c260 struct osc_device *dev = lu2osc_dev(slice->cpl_obj->co_lu.lo_dev); in osc_io_prepare_write()
491 struct osc_device *osd = lu2osc_dev(obj->co_lu.lo_dev); in osc_io_setattr_end()
Dosc_lock.c955 const struct osc_device *osd = lu2osc_dev(obj->co_lu.lo_dev); in osc_lock_to_lockless()