Home
last modified time | relevance | path

Searched refs:obd2osc_dev (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
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()
724 struct osc_stats *stats = &obd2osc_dev(dev)->od_stats; in osc_stats_seq_show()
745 struct osc_stats *stats = &obd2osc_dev(dev)->od_stats; in osc_stats_seq_write()
Dosc_internal.h175 static inline struct osc_device *obd2osc_dev(const struct obd_device *d) in obd2osc_dev() function