Home
last modified time | relevance | path

Searched refs:fs_kobj (Results 1 – 18 of 18) sorted by relevance

/fs/ocfs2/
Dfilecheck.c103 struct ocfs2_filecheck_sysfs_entry, fs_kobj); in ocfs2_filecheck_release()
183 entry->fs_kobj.kset = osb->osb_dev_kset; in ocfs2_filecheck_create_sysfs()
185 ret = kobject_init_and_add(&entry->fs_kobj, &ocfs2_ktype_filecheck, in ocfs2_filecheck_create_sysfs()
188 kobject_put(&entry->fs_kobj); in ocfs2_filecheck_create_sysfs()
202 kobject_del(&osb->osb_fc_ent.fs_kobj); in ocfs2_filecheck_remove_sysfs()
203 kobject_put(&osb->osb_fc_ent.fs_kobj); in ocfs2_filecheck_remove_sysfs()
308 struct ocfs2_filecheck_sysfs_entry, fs_kobj); in ocfs2_filecheck_attr_show()
459 struct ocfs2_filecheck_sysfs_entry, fs_kobj); in ocfs2_filecheck_attr_store()
Dfilecheck.h57 struct kobject fs_kobj; member
Dstackglue.c636 ocfs2_kset = kset_create_and_add("ocfs2", NULL, fs_kobj); in ocfs2_sysfs_init()
/fs/pstore/
Dinode.c434 err = sysfs_create_mount_point(fs_kobj, "pstore"); in pstore_init_fs()
440 sysfs_remove_mount_point(fs_kobj, "pstore"); in pstore_init_fs()
449 sysfs_remove_mount_point(fs_kobj, "pstore"); in pstore_exit_fs()
/fs/ocfs2/cluster/
Dsys.c52 o2cb_kset = kset_create_and_add("o2cb", NULL, fs_kobj); in o2cb_sys_init()
/fs/incfs/
Dmain.c46 sysfs_root = kobject_create_and_add(INCFS_NAME, fs_kobj); in init_sysfs()
/fs/nfs/
Dsysfs.c58 nfs_client_kset = kset_create_and_add("nfs", NULL, fs_kobj); in nfs_sysfs_init()
/fs/ext4/
Dsysfs.c441 ext4_root = kobject_create_and_add("ext4", fs_kobj); in ext4_init_sysfs()
/fs/9p/
Dv9fs.c598 v9fs_kobj = kobject_create_and_add("9p", fs_kobj); in v9fs_sysfs_init()
/fs/ecryptfs/
Dmain.c778 ecryptfs_kobj = kobject_create_and_add("ecryptfs", fs_kobj); in do_sysfs_registration()
/fs/
Dnamespace.c77 struct kobject *fs_kobj; variable
78 EXPORT_SYMBOL_GPL(fs_kobj);
3802 fs_kobj = kobject_create_and_add("fs", NULL); in mnt_init()
3803 if (!fs_kobj) in mnt_init()
/fs/gfs2/
Dsys.c718 gfs2_kset = kset_create_and_add("gfs2", &gfs2_uevent_ops, fs_kobj); in gfs2_sys_init()
/fs/f2fs/
Dsysfs.c729 f2fs_kset.kobj.parent = fs_kobj; in f2fs_init_sysfs()
/fs/orangefs/
Dorangefs-sysfs.c1125 fs_kobj, in orangefs_sysfs_init()
/fs/nilfs2/
Dsysfs.c1101 nilfs_kset = kset_create_and_add(NILFS_ROOT_GROUP_NAME, NULL, fs_kobj); in nilfs_sysfs_init()
/fs/btrfs/
Dsysfs.c1139 btrfs_kset = kset_create_and_add("btrfs", NULL, fs_kobj); in btrfs_init_sysfs()
/fs/fuse/
Dinode.c1448 fuse_kobj = kobject_create_and_add("fuse", fs_kobj); in fuse_sysfs_init()
/fs/xfs/
Dxfs_super.c2101 xfs_kset = kset_create_and_add("xfs", NULL, fs_kobj); in init_xfs_fs()