Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/osc/
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()
Dosc_internal.h163 struct osc_device { struct
179 static inline struct osc_device *obd2osc_dev(const struct obd_device *d) in obd2osc_dev() argument
181 return container_of0(d->obd_lu_dev, struct osc_device, od_cl.cd_lu_dev); in obd2osc_dev()
Dlproc_osc.c434 struct osc_device *od = obd2osc_dev(obd); in osc_contention_seconds_seq_show()
445 struct osc_device *od = obd2osc_dev(obd); in osc_contention_seconds_seq_write()
455 struct osc_device *od = obd2osc_dev(obd); in osc_lockless_truncate_seq_show()
466 struct osc_device *od = obd2osc_dev(obd); in osc_lockless_truncate_seq_write()
Dosc_cl_internal.h499 static inline struct osc_device *lu2osc_dev(const struct lu_device *d) in lu2osc_dev()
502 return container_of0(d, struct osc_device, od_cl.cd_lu_dev); in lu2osc_dev()
Dosc_object.c211 struct osc_device *dev = lu2osc_dev(obj->oo_cl.co_lu.lo_dev); in osc_object_is_contended()
Dosc_io.c261 struct osc_device *dev = lu2osc_dev(slice->cpl_obj->co_lu.lo_dev); in osc_io_prepare_write()
493 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()