Home
last modified time | relevance | path

Searched refs:ods (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/include/scsi/
Dosd_ore.h76 struct ore_dev **ods; member
84 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()
/linux-4.19.296/fs/exofs/
Dsuper.c441 kfree(sbi->oc.ods); in exofs_free_sbi()
560 sbi->oc.ods = kzalloc(numores * sizeof(struct ore_dev *) + in __alloc_dev_table()
562 if (unlikely(!sbi->oc.ods)) { in __alloc_dev_table()
569 *peds = eds = (void *)sbi->oc.ods[numores]; in __alloc_dev_table()
572 sbi->oc.ods[i] = &eds[i].ored; in __alloc_dev_table()
627 memcpy(&sbi->oc.ods[numdevs], &sbi->oc.ods[0], in exofs_read_lookup_dev_table()
628 (numdevs - 1) * sizeof(sbi->oc.ods[0])); in exofs_read_lookup_dev_table()
Dexofs.h237 oc->ods = &sbi->oc.ods[first_dev]; in exofs_init_comps()
Dore.c138 ios->oc->ods); in _ios_od()
473 struct ore_dev *od = ios->oc->ods[dev]; in ore_check_io()