Lines Matching refs:oc
274 ret = ore_get_io_state(&sbi->layout, &sbi->oc, &ios); in __sbi_read_stats()
329 ret = ore_get_io_state(&sbi->layout, &sbi->oc, &ios); in exofs_sbi_write_stats()
368 struct ore_components oc; in exofs_sync_fs() local
386 exofs_init_comps(&oc, &one_comp, sbi, EXOFS_SUPER_ID); in exofs_sync_fs()
388 ret = ore_get_io_state(&sbi->layout, &oc, &ios); in exofs_sync_fs()
425 unsigned numdevs = sbi->oc.numdevs; in exofs_free_sbi()
429 struct osd_dev *od = ore_comp_dev(&sbi->oc, i); in exofs_free_sbi()
432 ore_comp_set_dev(&sbi->oc, i, NULL); in exofs_free_sbi()
436 kfree(sbi->oc.ods); in exofs_free_sbi()
463 _exofs_print_device("Unmounting", NULL, ore_comp_dev(&sbi->oc, 0), in exofs_put_super()
566 sbi->oc.ods = aoded->oreds; in __alloc_dev_table()
592 sbi->oc.numdevs = 0; in exofs_read_lookup_dev_table()
624 memcpy(&sbi->oc.ods[numdevs], &sbi->oc.ods[0], in exofs_read_lookup_dev_table()
625 (numdevs - 1) * sizeof(sbi->oc.ods[0])); in exofs_read_lookup_dev_table()
656 ++sbi->oc.numdevs; in exofs_read_lookup_dev_table()
671 ++sbi->oc.numdevs; in exofs_read_lookup_dev_table()
748 sbi->oc.single_comp = EC_SINGLE_COMP; in exofs_fill_super()
749 sbi->oc.comps = &sbi->one_comp; in exofs_fill_super()
805 ore_comp_set_dev(&sbi->oc, 0, od); in exofs_fill_super()
806 sbi->oc.numdevs = 1; in exofs_fill_super()
849 ore_comp_dev(&sbi->oc, 0), in exofs_fill_super()
898 ret = ore_get_io_state(&sbi->layout, &sbi->oc, &ios); in exofs_statfs()