Searched refs:kobj_type (Results 1 – 25 of 42) sorted by relevance
12
/linux-4.19.296/fs/xfs/ |
D | xfs_sysfs.h | 10 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()
|
D | xfs_sysfs.c | 85 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 = {
|
D | xfs_error.c | 201 static struct kobj_type xfs_errortag_ktype = {
|
/linux-4.19.296/include/linux/ |
D | kobject.h | 70 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/ |
D | sysfs.h | 81 extern struct kobj_type space_info_ktype; 82 extern struct kobj_type btrfs_raid_ktype;
|
D | sysfs.c | 316 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/ |
D | cpufreq_governor.h | 131 struct kobj_type kobj_type; member
|
D | cpufreq_governor.c | 452 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()
|
D | cpufreq_conservative.c | 319 .kobj_type = { .default_attrs = cs_attributes },
|
/linux-4.19.296/fs/exofs/ |
D | sys.c | 109 static struct kobj_type odev_ktype = { 114 static struct kobj_type uuid_ktype = {
|
/linux-4.19.296/lib/ |
D | kobject.c | 68 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/ |
D | orangefs-sysfs.c | 876 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/ |
D | blk-mq-sysfs.c | 209 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 = {
|
D | blk-integrity.c | 382 static struct kobj_type integrity_ktype = {
|
/linux-4.19.296/drivers/edac/ |
D | edac_device_sysfs.c | 217 static struct kobj_type ktype_device_ctrl = { 399 static struct kobj_type ktype_instance_ctrl = { 497 static struct kobj_type ktype_block_ctrl = {
|
D | edac_pci_sysfs.c | 145 static struct kobj_type ktype_pci_instance = { 327 static struct kobj_type ktype_edac_pci_main_kobj = {
|
/linux-4.19.296/drivers/cpuidle/ |
D | sysfs.c | 232 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/ |
D | kobj.c | 27 struct kobj_type of_node_ktype = {
|
/linux-4.19.296/fs/ocfs2/cluster/ |
D | masklog.c | 162 static struct kobj_type mlog_ktype = {
|
/linux-4.19.296/fs/ext4/ |
D | sysfs.c | 362 static struct kobj_type ext4_sb_ktype = { 368 static struct kobj_type ext4_feat_ktype = {
|
/linux-4.19.296/fs/f2fs/ |
D | sysfs.c | 508 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/ |
D | char_dev.c | 626 static struct kobj_type ktype_cdev_default = { 630 static struct kobj_type ktype_cdev_dynamic = {
|
/linux-4.19.296/fs/nilfs2/ |
D | sysfs.c | 72 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/ |
D | bus.c | 93 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/ |
D | slot.c | 136 static struct kobj_type pci_slot_ktype = {
|
12