Lines Matching refs:obj
215 void exofs_make_credential(u8 cred_a[OSD_CAP_LEN], const struct osd_obj_id *obj) in exofs_make_credential() argument
217 osd_sec_init_nosec_doall_caps(cred_a, obj, false, true); in exofs_make_credential()
220 static int exofs_read_kern(struct osd_dev *od, u8 *cred, struct osd_obj_id *obj, in exofs_read_kern() argument
231 ret = osd_req_read_kern(or, obj, offset, p, length); in exofs_read_kern()
252 _LLU(obj->id), _LLU(offset), _LLU(length), od, ret); in exofs_read_kern()
473 sbi->one_comp.obj.partition); in exofs_put_super()
602 comp.obj.partition = sbi->one_comp.obj.partition; in exofs_read_lookup_dev_table()
603 comp.obj.id = EXOFS_DEVTABLE_ID; in exofs_read_lookup_dev_table()
604 exofs_make_credential(comp.cred, &comp.obj); in exofs_read_lookup_dev_table()
606 ret = exofs_read_kern(fscb_od, comp.cred, &comp.obj, 0, dt, in exofs_read_lookup_dev_table()
677 ret = exofs_read_kern(od, comp.cred, &comp.obj, 0, &fscb, in exofs_read_lookup_dev_table()
745 sbi->one_comp.obj.partition = opts->pid; in exofs_fill_super()
746 sbi->one_comp.obj.id = 0; in exofs_fill_super()
747 exofs_make_credential(sbi->one_comp.cred, &sbi->one_comp.obj); in exofs_fill_super()
762 comp.obj.partition = sbi->one_comp.obj.partition; in exofs_fill_super()
763 comp.obj.id = EXOFS_SUPER_ID; in exofs_fill_super()
764 exofs_make_credential(comp.cred, &comp.obj); in exofs_fill_super()
766 ret = exofs_read_kern(od, comp.cred, &comp.obj, 0, &fscb, sizeof(fscb)); in exofs_fill_super()
849 sbi->one_comp.obj.partition); in exofs_fill_super()
854 opts->dev_name, sbi->one_comp.obj.partition, ret); in exofs_fill_super()