Searched refs:obd2osc_dev (Results 1 – 2 of 2) sorted by relevance
434 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()705 struct osc_stats *stats = &obd2osc_dev(dev)->od_stats; in osc_stats_seq_show()726 struct osc_stats *stats = &obd2osc_dev(dev)->od_stats; in osc_stats_seq_write()
179 static inline struct osc_device *obd2osc_dev(const struct obd_device *d) in obd2osc_dev() function