Home
last modified time | relevance | path

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

12

/linux-4.19.296/fs/xfs/
Dxfs_sysfs.h10 extern struct kobj_type xfs_mp_ktype; /* xfs_mount */
11 extern struct kobj_type xfs_dbg_ktype; /* debug */
12 extern struct kobj_type xfs_log_ktype; /* xlog */
13 extern struct kobj_type xfs_stats_ktype; /* stats */
31 struct kobj_type *ktype, in xfs_sysfs_init()
Dxfs_sysfs.c85 struct kobj_type xfs_mp_ktype = {
193 struct kobj_type xfs_dbg_ktype = {
250 struct kobj_type xfs_stats_ktype = {
335 struct kobj_type xfs_log_ktype = {
489 static struct kobj_type xfs_error_cfg_ktype = {
495 static struct kobj_type xfs_error_ktype = {
Dxfs_error.c201 static struct kobj_type xfs_errortag_ktype = {
/linux-4.19.296/include/linux/
Dkobject.h70 struct kobj_type *ktype;
94 extern void kobject_init(struct kobject *kobj, struct kobj_type *ktype);
100 struct kobj_type *ktype, struct kobject *parent,
139 struct kobj_type { struct
221 static inline struct kobj_type *get_ktype(struct kobject *kobj) in get_ktype()
/linux-4.19.296/fs/btrfs/
Dsysfs.h81 extern struct kobj_type space_info_ktype;
82 extern struct kobj_type btrfs_raid_ktype;
Dsysfs.c316 struct kobj_type btrfs_raid_ktype = {
374 struct kobj_type space_info_ktype = {
526 static struct kobj_type btrfs_ktype = {
/linux-4.19.296/drivers/cpufreq/
Dcpufreq_governor.h131 struct kobj_type kobj_type; member
Dcpufreq_governor.c452 gov->kobj_type.sysfs_ops = &governor_sysfs_ops; in cpufreq_dbs_governor_init()
453 ret = kobject_init_and_add(&dbs_data->attr_set.kobj, &gov->kobj_type, in cpufreq_dbs_governor_init()
Dcpufreq_conservative.c319 .kobj_type = { .default_attrs = cs_attributes },
/linux-4.19.296/fs/exofs/
Dsys.c109 static struct kobj_type odev_ktype = {
114 static struct kobj_type uuid_ktype = {
/linux-4.19.296/lib/
Dkobject.c68 struct kobj_type *t = get_ktype(kobj); in populate_dir()
341 void kobject_init(struct kobject *kobj, struct kobj_type *ktype) in kobject_init()
444 int kobject_init_and_add(struct kobject *kobj, struct kobj_type *ktype, in kobject_init_and_add()
635 struct kobj_type *t = get_ktype(kobj); in kobject_cleanup()
719 static struct kobj_type dynamic_kobj_ktype = {
901 static struct kobj_type kset_ktype = {
/linux-4.19.296/fs/orangefs/
Dorangefs-sysfs.c876 static struct kobj_type orangefs_ktype = {
913 static struct kobj_type acache_orangefs_ktype = {
950 static struct kobj_type capcache_orangefs_ktype = {
987 static struct kobj_type ccache_orangefs_ktype = {
1024 static struct kobj_type ncache_orangefs_ktype = {
1054 static struct kobj_type pc_orangefs_ktype = {
1077 static struct kobj_type stats_orangefs_ktype = {
/linux-4.19.296/block/
Dblk-mq-sysfs.c209 static struct kobj_type blk_mq_ktype = {
214 static struct kobj_type blk_mq_ctx_ktype = {
220 static struct kobj_type blk_mq_hw_ktype = {
Dblk-integrity.c382 static struct kobj_type integrity_ktype = {
/linux-4.19.296/drivers/edac/
Dedac_device_sysfs.c217 static struct kobj_type ktype_device_ctrl = {
399 static struct kobj_type ktype_instance_ctrl = {
497 static struct kobj_type ktype_block_ctrl = {
Dedac_pci_sysfs.c145 static struct kobj_type ktype_pci_instance = {
327 static struct kobj_type ktype_edac_pci_main_kobj = {
/linux-4.19.296/drivers/cpuidle/
Dsysfs.c232 static struct kobj_type ktype_cpuidle = {
430 static struct kobj_type ktype_state_cpuidle = {
575 static struct kobj_type ktype_driver_cpuidle = {
/linux-4.19.296/drivers/of/
Dkobj.c27 struct kobj_type of_node_ktype = {
/linux-4.19.296/fs/ocfs2/cluster/
Dmasklog.c162 static struct kobj_type mlog_ktype = {
/linux-4.19.296/fs/ext4/
Dsysfs.c362 static struct kobj_type ext4_sb_ktype = {
368 static struct kobj_type ext4_feat_ktype = {
/linux-4.19.296/fs/f2fs/
Dsysfs.c508 static struct kobj_type f2fs_sb_ktype = {
514 static struct kobj_type f2fs_ktype = {
522 static struct kobj_type f2fs_feat_ktype = {
/linux-4.19.296/fs/
Dchar_dev.c626 static struct kobj_type ktype_cdev_default = {
630 static struct kobj_type ktype_cdev_dynamic = {
/linux-4.19.296/fs/nilfs2/
Dsysfs.c72 static struct kobj_type nilfs_##name##_ktype = { \
181 static struct kobj_type nilfs_snapshot_ktype = {
976 static struct kobj_type nilfs_dev_ktype = {
/linux-4.19.296/drivers/base/
Dbus.c93 static struct kobj_type driver_ktype = {
160 static struct kobj_type bus_ktype = {
167 struct kobj_type *ktype = get_ktype(kobj); in bus_uevent_filter()
/linux-4.19.296/drivers/pci/
Dslot.c136 static struct kobj_type pci_slot_ktype = {

12