Lines Matching refs:od
230 static int exofs_read_kern(struct osd_dev *od, u8 *cred, struct osd_obj_id *obj, in exofs_read_kern() argument
233 struct osd_request *or = osd_start_request(od); in exofs_read_kern()
262 _LLU(obj->id), _LLU(offset), _LLU(length), od, ret); in exofs_read_kern()
420 struct osd_dev *od, u64 pid) in _exofs_print_device() argument
422 const struct osd_dev_info *odi = osduld_device_info(od); in _exofs_print_device()
434 struct osd_dev *od = ore_comp_dev(&sbi->oc, i); in exofs_free_sbi() local
436 if (od) { in exofs_free_sbi()
438 osduld_put_device(od); in exofs_free_sbi()
639 struct osd_dev *od; in exofs_read_lookup_dev_table() local
658 eds[i].ored.od = fscb_od; in exofs_read_lookup_dev_table()
665 od = osduld_info_lookup(&odi); in exofs_read_lookup_dev_table()
666 if (IS_ERR(od)) { in exofs_read_lookup_dev_table()
667 ret = PTR_ERR(od); in exofs_read_lookup_dev_table()
673 eds[i].ored.od = od; in exofs_read_lookup_dev_table()
679 ret = exofs_read_kern(od, comp.cred, &comp.obj, 0, &fscb, in exofs_read_lookup_dev_table()
714 struct osd_dev *od; /* Master device */ in exofs_fill_super() local
726 od = osduld_info_lookup(&odi); in exofs_fill_super()
730 od = osduld_path_lookup(opts->dev_name); in exofs_fill_super()
732 if (IS_ERR(od)) { in exofs_fill_super()
766 ret = exofs_read_kern(od, comp.cred, &comp.obj, 0, &fscb, sizeof(fscb)); in exofs_fill_super()
795 ret = exofs_read_lookup_dev_table(sbi, od, table_count); in exofs_fill_super()
805 ore_comp_set_dev(&sbi->oc, 0, od); in exofs_fill_super()