Home
last modified time | relevance | path

Searched refs:s_kobj (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/fs/exofs/
Dsys.c137 struct kobject *s_kobj = &sbi->s_kobj; in exofs_sysfs_sb_del() local
141 if (k_name->parent == s_kobj) in exofs_sysfs_sb_del()
144 kobject_put(s_kobj); in exofs_sysfs_sb_del()
155 struct kobject *s_kobj; in exofs_sysfs_sb_add() local
160 s_kobj = &sbi->s_kobj; in exofs_sysfs_sb_add()
161 s_kobj->kset = exofs_kset; in exofs_sysfs_sb_add()
162 retval = kobject_init_and_add(s_kobj, &uuid_ktype, in exofs_sysfs_sb_add()
183 &sbi->s_kobj, "dev%u", edev->did); in exofs_sysfs_odev_add()
Dexofs.h79 struct kobject s_kobj; /* holds per-sbi kobject */ member
/linux-4.1.27/fs/f2fs/
Dsuper.c159 s_kobj); in f2fs_attr_show()
169 s_kobj); in f2fs_attr_store()
178 s_kobj); in f2fs_sb_release()
465 kobject_del(&sbi->s_kobj); in f2fs_put_super()
498 kobject_put(&sbi->s_kobj); in f2fs_put_super()
1159 sbi->s_kobj.kset = f2fs_kset; in f2fs_fill_super()
1161 err = kobject_init_and_add(&sbi->s_kobj, &f2fs_ktype, NULL, in f2fs_fill_super()
1204 kobject_del(&sbi->s_kobj); in f2fs_fill_super()
Df2fs.h702 struct kobject s_kobj; member
/linux-4.1.27/fs/ext4/
Dsuper.c810 kobject_del(&sbi->s_kobj); in ext4_put_super()
857 kobject_put(&sbi->s_kobj); in ext4_put_super()
2727 s_kobj); in ext4_attr_show()
2738 s_kobj); in ext4_attr_store()
2747 s_kobj); in ext4_sb_release()
4235 sbi->s_kobj.kset = ext4_kset; in ext4_fill_super()
4237 err = kobject_init_and_add(&sbi->s_kobj, &ext4_ktype, NULL, in ext4_fill_super()
4299 kobject_del(&sbi->s_kobj); in ext4_fill_super()
Dext4.h1292 struct kobject s_kobj; member