Home
last modified time | relevance | path

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

12

/linux-6.15/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-6.15/fs/ocfs2/cluster/
H A Dsys.c50 o2cb_kset = kset_create_and_add("o2cb", NULL, fs_kobj); in o2cb_sys_init()
/linux-6.15/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-6.15/fs/zonefs/
H A Dsysfs.c124 zonefs_sysfs_root = kobject_create_and_add("zonefs", fs_kobj); in zonefs_sysfs_init()
/linux-6.15/fs/ubifs/
H A Dsysfs.c145 ubifs_kset.kobj.parent = fs_kobj; in ubifs_sysfs_init()
/linux-6.15/fs/erofs/
H A Dsysfs.c256 erofs_root.kobj.parent = fs_kobj; in erofs_init_sysfs()
/linux-6.15/Documentation/translations/zh_TW/dev-tools/
H A Dgdb-kernel-debugging.rst96 36 btrfs_kset = kset_create_and_add("btrfs", NULL, fs_kobj);
/linux-6.15/Documentation/translations/zh_CN/dev-tools/
H A Dgdb-kernel-debugging.rst100 36 btrfs_kset = kset_create_and_add("btrfs", NULL, fs_kobj);
/linux-6.15/fs/nfs/
H A Dsysfs.c56 nfs_kset->kobj.parent = fs_kobj; in nfs_sysfs_init()
/linux-6.15/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-6.15/Documentation/process/debugging/
H A Dgdb-kernel-debugging.rst107 36 btrfs_kset = kset_create_and_add("btrfs", NULL, fs_kobj);
/linux-6.15/fs/9p/
H A Dv9fs.c600 v9fs_kobj = kobject_create_and_add("9p", fs_kobj); in v9fs_sysfs_init()
/linux-6.15/fs/ecryptfs/
H A Dmain.c785 ecryptfs_kobj = kobject_create_and_add("ecryptfs", fs_kobj); in do_sysfs_registration()
/linux-6.15/fs/ext4/
H A Dsysfs.c612 ext4_root = kobject_create_and_add("ext4", fs_kobj); in ext4_init_sysfs()
/linux-6.15/fs/gfs2/
H A Dsys.c800 gfs2_kset = kset_create_and_add("gfs2", &gfs2_uevent_ops, fs_kobj); in gfs2_sys_init()
/linux-6.15/fs/nilfs2/
H A Dsysfs.c1114 nilfs_kset = kset_create_and_add(NILFS_ROOT_GROUP_NAME, NULL, fs_kobj); in nilfs_sysfs_init()
/linux-6.15/security/selinux/
H A Dselinuxfs.c2143 err = sysfs_create_mount_point(fs_kobj, "selinux"); in init_sel_fs()
2149 sysfs_remove_mount_point(fs_kobj, "selinux"); in init_sel_fs()
/linux-6.15/fs/orangefs/
H A Dorangefs-sysfs.c1187 fs_kobj, in orangefs_sysfs_init()
/linux-6.15/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c4362 ret = sysfs_create_mount_point(fs_kobj, "resctrl"); in resctrl_init()
4398 sysfs_remove_mount_point(fs_kobj, "resctrl"); in resctrl_init()
4408 sysfs_remove_mount_point(fs_kobj, "resctrl"); in resctrl_exit()
/linux-6.15/fs/
H A Dnamespace.c106 struct kobject *fs_kobj __ro_after_init;
107 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-6.15/fs/fuse/
H A Dvirtio_fs.c1780 fs_kobj); in virtio_fs_sysfs_init()
/linux-6.15/fs/f2fs/
H A Dsysfs.c1687 f2fs_kset.kobj.parent = fs_kobj; in f2fs_init_sysfs()
/linux-6.15/fs/xfs/
H A Dxfs_super.c2589 xfs_kset = kset_create_and_add("xfs", NULL, fs_kobj); in init_xfs_fs()

12