Home
last modified time | relevance | path

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

12

/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.c510 err = sysfs_create_mount_point(fs_kobj, "pstore"); in pstore_init_fs()
516 sysfs_remove_mount_point(fs_kobj, "pstore"); in pstore_init_fs()
525 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/Documentation/translations/zh_CN/dev-tools/
H A Dgdb-kernel-debugging.rst100 36 btrfs_kset = kset_create_and_add("btrfs", NULL, fs_kobj);
/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/kernel/bpf/
H A Dinode.c1087 ret = sysfs_create_mount_point(fs_kobj, "bpf"); in bpf_init()
1093 sysfs_remove_mount_point(fs_kobj, "bpf"); in bpf_init()
/linux/fs/nfs/
H A Dsysfs.c56 nfs_kset->kobj.parent = fs_kobj; in nfs_sysfs_init()
/linux/Documentation/process/debugging/
H A Dgdb-kernel-debugging.rst107 36 btrfs_kset = kset_create_and_add("btrfs", NULL, fs_kobj);
/linux/fs/9p/
H A Dv9fs.c635 v9fs_kobj = kobject_create_and_add("9p", fs_kobj); in v9fs_sysfs_init()
/linux/fs/ecryptfs/
H A Dmain.c782 ecryptfs_kobj = kobject_create_and_add("ecryptfs", fs_kobj); in do_sysfs_registration()
/linux/fs/ext4/
H A Dsysfs.c654 ext4_root = kobject_create_and_add("ext4", fs_kobj); in ext4_init_sysfs()
/linux/security/selinux/
H A Dselinuxfs.c2118 err = sysfs_create_mount_point(fs_kobj, "selinux"); in init_sel_fs()
2124 sysfs_remove_mount_point(fs_kobj, "selinux"); in init_sel_fs()
/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.c1179 fs_kobj, in orangefs_sysfs_init()
/linux/fs/
H A Dnamespace.c116 struct kobject *fs_kobj __ro_after_init;
117 EXPORT_SYMBOL_GPL(fs_kobj);
6230 fs_kobj = kobject_create_and_add("fs", NULL); in mnt_init()
6231 if (!fs_kobj) in mnt_init()
/linux/fs/resctrl/
H A Drdtgroup.c4561 ret = sysfs_create_mount_point(fs_kobj, "resctrl"); in resctrl_init()
4597 sysfs_remove_mount_point(fs_kobj, "resctrl"); in resctrl_init()
/linux/fs/fuse/
H A Dvirtio_fs.c1777 fs_kobj); in virtio_fs_sysfs_init()
H A Dinode.c2241 fuse_kobj = kobject_create_and_add("fuse", fs_kobj); in fuse_sysfs_init()
/linux/fs/xfs/
H A Dxfs_super.c2627 xfs_kset = kset_create_and_add("xfs", NULL, fs_kobj); in init_xfs_fs()
/linux/security/smack/
H A Dsmackfs.c2587 return sysfs_create_mount_point(fs_kobj, "smackfs"); in smk_init_sysfs()
/linux/fs/btrfs/
H A Dsysfs.c2661 btrfs_kset = kset_create_and_add("btrfs", NULL, fs_kobj); in btrfs_init_sysfs()

12