Home
last modified time | relevance | path

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

12345

/Linux-v4.19/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 = {
/Linux-v4.19/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-v4.19/fs/btrfs/
Dsysfs.h81 extern struct kobj_type space_info_ktype;
82 extern struct kobj_type btrfs_raid_ktype;
/Linux-v4.19/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()
/Linux-v4.19/drivers/md/bcache/
Dbcache.h972 extern struct kobj_type bch_cached_dev_ktype;
973 extern struct kobj_type bch_flash_dev_ktype;
974 extern struct kobj_type bch_cache_set_ktype;
975 extern struct kobj_type bch_cache_set_internal_ktype;
976 extern struct kobj_type bch_cache_ktype;
Dsysfs.h6 struct kobj_type type ## _ktype = { \
/Linux-v4.19/drivers/dma/ioat/
Dsysfs.c87 void ioat_kobject_add(struct ioatdma_device *ioat_dma, struct kobj_type *type) in ioat_kobject_add()
174 struct kobj_type ioat_ktype = {
Ddma.h209 extern struct kobj_type ioat_ktype;
416 void ioat_kobject_add(struct ioatdma_device *ioat_dma, struct kobj_type *type);
/Linux-v4.19/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 = {
896 static struct kobj_type kset_ktype = {
/Linux-v4.19/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-v4.19/fs/exofs/
Dsys.c109 static struct kobj_type odev_ktype = {
114 static struct kobj_type uuid_ktype = {
/Linux-v4.19/block/
Dblk-mq-sysfs.c198 static struct kobj_type blk_mq_ktype = {
203 static struct kobj_type blk_mq_ctx_ktype = {
209 static struct kobj_type blk_mq_hw_ktype = {
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dsysfs.c203 static struct kobj_type port_cc_ktype = {
306 static struct kobj_type hfi1_sc2vl_ktype = {
411 static struct kobj_type hfi1_sl2sc_ktype = {
485 static struct kobj_type hfi1_vl2mtu_ktype = {
786 static struct kobj_type sde_ktype = {
/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_sysfs.c246 static struct kobj_type qib_port_cc_ktype = {
324 static struct kobj_type qib_port_ktype = {
396 static struct kobj_type qib_sl2vl_ktype = {
540 static struct kobj_type qib_diagc_ktype = {
/Linux-v4.19/drivers/edac/
Dedac_device_sysfs.c217 static struct kobj_type ktype_device_ctrl = {
398 static struct kobj_type ktype_instance_ctrl = {
496 static struct kobj_type ktype_block_ctrl = {
/Linux-v4.19/arch/ia64/kernel/
Dtopology.c290 static struct kobj_type cache_ktype = {
295 static struct kobj_type cache_ktype_percpu_entry = {
/Linux-v4.19/drivers/cpuidle/
Dsysfs.c232 static struct kobj_type ktype_cpuidle = {
430 static struct kobj_type ktype_state_cpuidle = {
574 static struct kobj_type ktype_driver_cpuidle = {
/Linux-v4.19/drivers/md/
Ddm-sysfs.c120 static struct kobj_type dm_ktype = {
/Linux-v4.19/Documentation/
Dkobject.txt121 void kobject_init(struct kobject *kobj, struct kobj_type *ktype);
124 must have an associated kobj_type. After calling kobject_init(), to
159 int kobject_init_and_add(struct kobject *kobj, struct kobj_type *ktype,
293 kobj_type::
295 struct kobj_type {
305 kobj_type structure; a pointer to that structure must be specified when you
308 The release field in struct kobj_type is, of course, a pointer to the
/Linux-v4.19/drivers/gpu/drm/amd/amdkfd/
Dkfd_topology.c237 static struct kobj_type sysprops_type = {
273 static struct kobj_type iolink_type = {
301 static struct kobj_type mem_type = {
347 static struct kobj_type cache_type = {
498 static struct kobj_type node_type = {
/Linux-v4.19/drivers/of/
Dkobj.c27 struct kobj_type of_node_ktype = {
/Linux-v4.19/kernel/livepatch/
Dcore.c606 static struct kobj_type klp_ktype_patch = {
616 static struct kobj_type klp_ktype_object = {
625 static struct kobj_type klp_ktype_func = {
/Linux-v4.19/fs/ext4/
Dsysfs.c357 static struct kobj_type ext4_sb_ktype = {
363 static struct kobj_type ext4_feat_ktype = {

12345