Lines Matching refs:comp
577 struct ore_comp comp; in exofs_read_lookup_dev_table() local
594 comp.obj.partition = sbi->one_comp.obj.partition; in exofs_read_lookup_dev_table()
595 comp.obj.id = EXOFS_DEVTABLE_ID; in exofs_read_lookup_dev_table()
596 exofs_make_credential(comp.cred, &comp.obj); in exofs_read_lookup_dev_table()
598 ret = exofs_read_kern(fscb_od, comp.cred, &comp.obj, 0, dt, in exofs_read_lookup_dev_table()
676 ret = exofs_read_kern(od, comp.cred, &comp.obj, 0, &fscb, in exofs_read_lookup_dev_table()
712 struct ore_comp comp; in exofs_fill_super() local
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()