Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dfilecheck.c102 struct ocfs2_filecheck_sysfs_entry, fs_kobj); in ocfs2_filecheck_release()
182 entry->fs_kobj.kset = osb->osb_dev_kset; in ocfs2_filecheck_create_sysfs()
184 ret = kobject_init_and_add(&entry->fs_kobj, &ocfs2_ktype_filecheck, in ocfs2_filecheck_create_sysfs()
187 kobject_put(&entry->fs_kobj); in ocfs2_filecheck_create_sysfs()
201 kobject_del(&osb->osb_fc_ent.fs_kobj); in ocfs2_filecheck_remove_sysfs()
202 kobject_put(&osb->osb_fc_ent.fs_kobj); in ocfs2_filecheck_remove_sysfs()
307 struct ocfs2_filecheck_sysfs_entry, fs_kobj); in ocfs2_filecheck_attr_show()
454 struct ocfs2_filecheck_sysfs_entry, fs_kobj); in ocfs2_filecheck_attr_store()
H A Dfilecheck.h55 struct kobject fs_kobj; member
H A Dstackglue.c630 ocfs2_kset = kset_create_and_add("ocfs2", NULL, fs_kobj); in ocfs2_sysfs_init()
/linux/fs/pstore/
H A Dinode.c471 err = sysfs_create_mount_point(fs_kobj, "pstore"); in pstore_init_fs()
477 sysfs_remove_mount_point(fs_kobj, "pstore"); in pstore_init_fs()
486 sysfs_remove_mount_point(fs_kobj, "pstore"); in pstore_exit_fs()
/linux/fs/ocfs2/cluster/
H A Dsys.c50 o2cb_kset = kset_create_and_add("o2cb", NULL, fs_kobj); in o2cb_sys_init()
/linux/fs/zonefs/
H A Dsysfs.c124 zonefs_sysfs_root = kobject_create_and_add("zonefs", fs_kobj); in zonefs_sysfs_init()
/linux/fs/ubifs/
H A Dsysfs.c145 ubifs_kset.kobj.parent = fs_kobj; in ubifs_sysfs_init()
/linux/fs/erofs/
H A Dsysfs.c254 erofs_root.kobj.parent = fs_kobj; in erofs_init_sysfs()
/linux/Documentation/translations/zh_TW/dev-tools/
H A Dgdb-kernel-debugging.rst96 36 btrfs_kset = kset_create_and_add("btrfs", NULL, fs_kobj);
/linux/Documentation/translations/zh_CN/dev-tools/
H A Dgdb-kernel-debugging.rst100 36 btrfs_kset = kset_create_and_add("btrfs", NULL, fs_kobj);
/linux/fs/nfs/
H A Dsysfs.c55 nfs_kset->kobj.parent = fs_kobj; in nfs_sysfs_init()
/linux/kernel/bpf/
H A Dinode.c1100 ret = sysfs_create_mount_point(fs_kobj, "bpf"); in bpf_init()
1106 sysfs_remove_mount_point(fs_kobj, "bpf"); in bpf_init()
/linux/fs/9p/
H A Dv9fs.c600 v9fs_kobj = kobject_create_and_add("9p", fs_kobj); in v9fs_sysfs_init()
/linux/fs/ext4/
H A Dsysfs.c608 ext4_root = kobject_create_and_add("ext4", fs_kobj); in ext4_init_sysfs()
/linux/fs/gfs2/
H A Dsys.c800 gfs2_kset = kset_create_and_add("gfs2", &gfs2_uevent_ops, fs_kobj); in gfs2_sys_init()
/linux/fs/nilfs2/
H A Dsysfs.c1114 nilfs_kset = kset_create_and_add(NILFS_ROOT_GROUP_NAME, NULL, fs_kobj); in nilfs_sysfs_init()
/linux/fs/orangefs/
H A Dorangefs-sysfs.c1187 fs_kobj, in orangefs_sysfs_init()
/linux/fs/
H A Dnamespace.c98 struct kobject *fs_kobj __ro_after_init;
99 EXPORT_SYMBOL_GPL(fs_kobj);
5731 fs_kobj = kobject_create_and_add("fs", NULL); in mnt_init()
5732 if (!fs_kobj) in mnt_init()
/linux/fs/xfs/
H A Dxfs_super.c2457 xfs_kset = kset_create_and_add("xfs", NULL, fs_kobj); in init_xfs_fs()
/linux/fs/bcachefs/
H A Dsuper.c2122 if (!(bcachefs_kset = kset_create_and_add("bcachefs", NULL, fs_kobj)) || in bcachefs_init()
/linux/fs/btrfs/
H A Dsysfs.c2671 btrfs_kset = kset_create_and_add("btrfs", NULL, fs_kobj); in btrfs_init_sysfs()
/linux/drivers/md/bcache/
H A Dsuper.c2891 bcache_kobj = kobject_create_and_add("bcache", fs_kobj); in bcache_init()
/linux/include/linux/
H A Dfs.h2764 extern struct kobject *fs_kobj;
/linux/kernel/cgroup/
H A Dcgroup.c6243 WARN_ON(sysfs_create_mount_point(fs_kobj, "cgroup")); in cgroup_init()
/linux/mm/
H A Dshmem.c5400 tmpfs_kobj = kobject_create_and_add("tmpfs", fs_kobj); in tmpfs_sysfs_init()