Home
last modified time | relevance | path

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

12

/openbmc/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()
/openbmc/linux/fs/ocfs2/cluster/
H A Dsys.c50 o2cb_kset = kset_create_and_add("o2cb", NULL, fs_kobj); in o2cb_sys_init()
/openbmc/linux/fs/pstore/
H A Dinode.c477 err = sysfs_create_mount_point(fs_kobj, "pstore"); in pstore_init_fs()
483 sysfs_remove_mount_point(fs_kobj, "pstore"); in pstore_init_fs()
492 sysfs_remove_mount_point(fs_kobj, "pstore"); in pstore_exit_fs()
/openbmc/linux/fs/zonefs/
H A Dsysfs.c123 zonefs_sysfs_root = kobject_create_and_add("zonefs", fs_kobj); in zonefs_sysfs_init()
/openbmc/linux/fs/ubifs/
H A Dsysfs.c145 ubifs_kset.kobj.parent = fs_kobj; in ubifs_sysfs_init()
/openbmc/linux/kernel/bpf/
H A Dinode.c807 ret = sysfs_create_mount_point(fs_kobj, "bpf"); in bpf_init()
813 sysfs_remove_mount_point(fs_kobj, "bpf"); in bpf_init()
/openbmc/linux/fs/erofs/
H A Dsysfs.c255 erofs_root.kobj.parent = fs_kobj; in erofs_init_sysfs()
/openbmc/linux/Documentation/translations/zh_CN/dev-tools/
H A Dgdb-kernel-debugging.rst96 36 btrfs_kset = kset_create_and_add("btrfs", NULL, fs_kobj);
/openbmc/linux/fs/nfs/
H A Dsysfs.c55 nfs_kset->kobj.parent = fs_kobj; in nfs_sysfs_init()
/openbmc/linux/Documentation/dev-tools/
H A Dgdb-kernel-debugging.rst107 36 btrfs_kset = kset_create_and_add("btrfs", NULL, fs_kobj);
/openbmc/linux/fs/9p/
H A Dv9fs.c600 v9fs_kobj = kobject_create_and_add("9p", fs_kobj); in v9fs_sysfs_init()
/openbmc/linux/fs/ecryptfs/
H A Dmain.c790 ecryptfs_kobj = kobject_create_and_add("ecryptfs", fs_kobj); in do_sysfs_registration()
/openbmc/linux/fs/ext4/
H A Dsysfs.c586 ext4_root = kobject_create_and_add("ext4", fs_kobj); in ext4_init_sysfs()
/openbmc/linux/fs/gfs2/
H A Dsys.c800 gfs2_kset = kset_create_and_add("gfs2", &gfs2_uevent_ops, fs_kobj); in gfs2_sys_init()
/openbmc/linux/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c3829 ret = sysfs_create_mount_point(fs_kobj, "resctrl"); in rdtgroup_init()
3863 sysfs_remove_mount_point(fs_kobj, "resctrl"); in rdtgroup_init()
3874 sysfs_remove_mount_point(fs_kobj, "resctrl"); in rdtgroup_exit()
/openbmc/linux/fs/
H A Dnamespace.c89 struct kobject *fs_kobj; variable
90 EXPORT_SYMBOL_GPL(fs_kobj);
4758 fs_kobj = kobject_create_and_add("fs", NULL); in mnt_init()
4759 if (!fs_kobj) in mnt_init()
/openbmc/linux/fs/nilfs2/
H A Dsysfs.c1114 nilfs_kset = kset_create_and_add(NILFS_ROOT_GROUP_NAME, NULL, fs_kobj); in nilfs_sysfs_init()
/openbmc/linux/security/selinux/
H A Dselinuxfs.c2151 err = sysfs_create_mount_point(fs_kobj, "selinux"); in init_sel_fs()
2157 sysfs_remove_mount_point(fs_kobj, "selinux"); in init_sel_fs()
/openbmc/linux/fs/orangefs/
H A Dorangefs-sysfs.c1187 fs_kobj, in orangefs_sysfs_init()
/openbmc/linux/fs/f2fs/
H A Dsysfs.c1456 f2fs_kset.kobj.parent = fs_kobj; in f2fs_init_sysfs()
/openbmc/linux/fs/xfs/
H A Dxfs_super.c2341 xfs_kset = kset_create_and_add("xfs", NULL, fs_kobj); in init_xfs_fs()
/openbmc/linux/fs/fuse/
H A Dinode.c2046 fuse_kobj = kobject_create_and_add("fuse", fs_kobj); in fuse_sysfs_init()
/openbmc/linux/security/smack/
H A Dsmackfs.c2593 return sysfs_create_mount_point(fs_kobj, "smackfs"); in smk_init_sysfs()

12