Searched refs:ods (Results 1 – 4 of 4) sorted by relevance
76 struct ore_dev **ods; member84 return oc->ods[i - oc->first_dev]->od; in ore_comp_dev()90 oc->ods[i - oc->first_dev]->od = od; in ore_comp_set_dev()
440 kfree(sbi->oc.ods); in exofs_free_sbi()559 sbi->oc.ods = kzalloc(numores * sizeof(struct ore_dev *) + in __alloc_dev_table()561 if (unlikely(!sbi->oc.ods)) { in __alloc_dev_table()568 *peds = eds = (void *)sbi->oc.ods[numores]; in __alloc_dev_table()571 sbi->oc.ods[i] = &eds[i].ored; in __alloc_dev_table()626 memcpy(&sbi->oc.ods[numdevs], &sbi->oc.ods[0], in exofs_read_lookup_dev_table()627 (numdevs - 1) * sizeof(sbi->oc.ods[0])); in exofs_read_lookup_dev_table()
237 oc->ods = &sbi->oc.ods[first_dev]; in exofs_init_comps()
138 ios->oc->ods); in _ios_od()473 struct ore_dev *od = ios->oc->ods[dev]; in ore_check_io()