Searched refs:one_comp (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/fs/exofs/ |
D | exofs.h | 76 struct ore_comp one_comp; /* id & cred of partition id=0*/ member 91 struct ore_comp one_comp; /* same component for all devices */ member 220 struct ore_comp *one_comp, in exofs_init_comps() argument 225 one_comp->obj.partition = sbi->one_comp.obj.partition; in exofs_init_comps() 226 one_comp->obj.id = oid; in exofs_init_comps() 227 exofs_make_credential(one_comp->cred, &one_comp->obj); in exofs_init_comps() 233 oc->comps = one_comp; in exofs_init_comps()
|
D | super.c | 371 struct ore_comp one_comp; in exofs_sync_fs() local 390 exofs_init_comps(&oc, &one_comp, sbi, EXOFS_SUPER_ID); in exofs_sync_fs() 468 sbi->one_comp.obj.partition); in exofs_put_super() 596 comp.obj.partition = sbi->one_comp.obj.partition; in exofs_read_lookup_dev_table() 747 sbi->one_comp.obj.partition = opts->pid; in exofs_fill_super() 748 sbi->one_comp.obj.id = 0; in exofs_fill_super() 749 exofs_make_credential(sbi->one_comp.cred, &sbi->one_comp.obj); in exofs_fill_super() 751 sbi->oc.comps = &sbi->one_comp; in exofs_fill_super() 764 comp.obj.partition = sbi->one_comp.obj.partition; in exofs_fill_super() 848 sbi->one_comp.obj.partition); in exofs_fill_super() [all …]
|
D | sys.c | 157 uint64_t pid = sbi->one_comp.obj.partition; in exofs_sysfs_sb_add()
|
D | inode.c | 1086 _LLU(oi->one_comp.obj.id), ret); in exofs_get_inode() 1161 exofs_init_comps(&oi->oc, &oi->one_comp, sb->s_fs_info, in exofs_iget() 1270 _LLU(oi->one_comp.obj.partition)); in create_done() 1315 exofs_init_comps(&oi->oc, &oi->one_comp, sb->s_fs_info, in exofs_new_inode()
|