Searched refs:one_comp (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/exofs/ |
D | exofs.h | 77 struct ore_comp one_comp; /* id & cred of partition id=0*/ member 92 struct ore_comp one_comp; /* same component for all devices */ member 221 struct ore_comp *one_comp, in exofs_init_comps() argument 226 one_comp->obj.partition = sbi->one_comp.obj.partition; in exofs_init_comps() 227 one_comp->obj.id = oid; in exofs_init_comps() 228 exofs_make_credential(one_comp->cred, &one_comp->obj); in exofs_init_comps() 234 oc->comps = one_comp; in exofs_init_comps()
|
D | super.c | 367 struct ore_comp one_comp; in exofs_sync_fs() local 386 exofs_init_comps(&oc, &one_comp, sbi, EXOFS_SUPER_ID); in exofs_sync_fs() 464 sbi->one_comp.obj.partition); in exofs_put_super() 594 comp.obj.partition = sbi->one_comp.obj.partition; 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() 749 sbi->oc.comps = &sbi->one_comp; in exofs_fill_super() 762 comp.obj.partition = sbi->one_comp.obj.partition; in exofs_fill_super() 850 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 | 1095 _LLU(oi->one_comp.obj.id), ret); in exofs_get_inode() 1170 exofs_init_comps(&oi->oc, &oi->one_comp, sb->s_fs_info, in exofs_iget() 1278 _LLU(oi->one_comp.obj.partition)); in create_done() 1323 exofs_init_comps(&oi->oc, &oi->one_comp, sb->s_fs_info, in exofs_new_inode()
|