Lines Matching refs:od

225 static int exofs_read_kern(struct osd_dev *od, u8 *cred, struct osd_obj_id *obj,  in exofs_read_kern()  argument
228 struct osd_request *or = osd_start_request(od, GFP_KERNEL); in exofs_read_kern()
257 _LLU(obj->id), _LLU(offset), _LLU(length), od, ret); in exofs_read_kern()
415 struct osd_dev *od, u64 pid) in _exofs_print_device() argument
417 const struct osd_dev_info *odi = osduld_device_info(od); in _exofs_print_device()
429 struct osd_dev *od = ore_comp_dev(&sbi->oc, i); in exofs_free_sbi() local
431 if (od) { in exofs_free_sbi()
433 osduld_put_device(od); in exofs_free_sbi()
636 struct osd_dev *od; in exofs_read_lookup_dev_table() local
655 eds[i].ored.od = fscb_od; in exofs_read_lookup_dev_table()
662 od = osduld_info_lookup(&odi); in exofs_read_lookup_dev_table()
663 if (IS_ERR(od)) { in exofs_read_lookup_dev_table()
664 ret = PTR_ERR(od); in exofs_read_lookup_dev_table()
670 eds[i].ored.od = od; in exofs_read_lookup_dev_table()
676 ret = exofs_read_kern(od, comp.cred, &comp.obj, 0, &fscb, in exofs_read_lookup_dev_table()
710 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()