Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_sysfs.h22 extern struct kobj_type xfs_mp_ktype; /* xfs_mount */
23 extern struct kobj_type xfs_dbg_ktype; /* debug */
24 extern struct kobj_type xfs_log_ktype; /* xlog */
25 extern struct kobj_type xfs_stats_ktype; /* stats */
43 struct kobj_type *ktype, in xfs_sysfs_init()
Dxfs_sysfs.c54 struct kobj_type xfs_mp_ktype = {
124 struct kobj_type xfs_dbg_ktype = {
181 struct kobj_type xfs_stats_ktype = {
266 struct kobj_type xfs_log_ktype = {
/linux-4.4.14/include/linux/
Dkobject.h68 struct kobj_type *ktype;
92 extern void kobject_init(struct kobject *kobj, struct kobj_type *ktype);
98 struct kobj_type *ktype, struct kobject *parent,
116 struct kobj_type { struct
197 static inline struct kobj_type *get_ktype(struct kobject *kobj) in get_ktype()
Dmodule.h759 extern struct kobj_type module_ktype;
Dof.h85 extern struct kobj_type of_node_ktype;
/linux-4.4.14/fs/btrfs/
Dsysfs.h83 extern struct kobj_type space_info_ktype;
84 extern struct kobj_type btrfs_raid_ktype;
Dsysfs.c293 struct kobj_type btrfs_raid_ktype = {
348 struct kobj_type space_info_ktype = {
448 static struct kobj_type btrfs_ktype = {
/linux-4.4.14/drivers/md/bcache/
Dbcache.h890 extern struct kobj_type bch_cached_dev_ktype;
891 extern struct kobj_type bch_flash_dev_ktype;
892 extern struct kobj_type bch_cache_set_ktype;
893 extern struct kobj_type bch_cache_set_internal_ktype;
894 extern struct kobj_type bch_cache_ktype;
Dsysfs.h5 struct kobj_type type ## _ktype = { \
/linux-4.4.14/drivers/dma/ioat/
Dsysfs.c71 void ioat_kobject_add(struct ioatdma_device *ioat_dma, struct kobj_type *type) in ioat_kobject_add()
132 struct kobj_type ioat_ktype = {
Ddma.h197 extern struct kobj_type ioat_ktype;
439 void ioat_kobject_add(struct ioatdma_device *ioat_dma, struct kobj_type *type);
/linux-4.4.14/lib/
Dkobject.c51 struct kobj_type *t = get_ktype(kobj); in populate_dir()
325 void kobject_init(struct kobject *kobj, struct kobj_type *ktype) in kobject_init()
429 int kobject_init_and_add(struct kobject *kobj, struct kobj_type *ktype, in kobject_init_and_add()
617 struct kobj_type *t = get_ktype(kobj); in kobject_cleanup()
702 static struct kobj_type dynamic_kobj_ktype = {
873 static struct kobj_type kset_ktype = {
/linux-4.4.14/fs/exofs/
Dsys.c109 static struct kobj_type odev_ktype = {
114 static struct kobj_type uuid_ktype = {
/linux-4.4.14/fs/ext4/
Dsysfs.c332 static struct kobj_type ext4_sb_ktype = {
338 static struct kobj_type ext4_ktype = {
346 static struct kobj_type ext4_feat_ktype = {
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dsysfs.c102 static struct kobj_type port_cc_ktype = {
252 static struct kobj_type hfi1_sc2vl_ktype = {
358 static struct kobj_type hfi1_sl2sc_ktype = {
432 static struct kobj_type hfi1_vl2mtu_ktype = {
/linux-4.4.14/block/
Dblk-mq-sysfs.c330 static struct kobj_type blk_mq_ktype = {
335 static struct kobj_type blk_mq_ctx_ktype = {
341 static struct kobj_type blk_mq_hw_ktype = {
Dblk.h36 extern struct kobj_type blk_queue_ktype;
Delevator.c151 static struct kobj_type elv_ktype;
787 static struct kobj_type elv_ktype = {
Dblk-integrity.c382 static struct kobj_type integrity_ktype = {
Dblk-sysfs.c615 struct kobj_type blk_queue_ktype = {
/linux-4.4.14/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 = {
487 static struct kobj_type qib_diagc_ktype = {
/linux-4.4.14/drivers/staging/most/hdm-dim2/
Ddim2_sysfs.c83 static struct kobj_type bus_ktype = {
/linux-4.4.14/drivers/edac/
Dedac_device_sysfs.c217 static struct kobj_type ktype_device_ctrl = {
407 static struct kobj_type ktype_instance_ctrl = {
505 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.4.14/drivers/cpuidle/
Dsysfs.c232 static struct kobj_type ktype_cpuidle = {
378 static struct kobj_type ktype_state_cpuidle = {
518 static struct kobj_type ktype_driver_cpuidle = {
/linux-4.4.14/arch/ia64/kernel/
Dtopology.c290 static struct kobj_type cache_ktype = {
295 static struct kobj_type cache_ktype_percpu_entry = {
/linux-4.4.14/drivers/md/
Ddm-sysfs.c119 static struct kobj_type dm_ktype = {
Dmd.c3152 static struct kobj_type rdev_ktype = {
4957 static struct kobj_type md_ktype = {
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
Dkfd_topology.c526 static struct kobj_type sysprops_type = {
561 static struct kobj_type iolink_type = {
588 static struct kobj_type mem_type = {
627 static struct kobj_type cache_type = {
749 static struct kobj_type node_type = {
/linux-4.4.14/Documentation/
Dkobject.txt119 void kobject_init(struct kobject *kobj, struct kobj_type *ktype);
122 must have an associated kobj_type. After calling kobject_init(), to
156 int kobject_init_and_add(struct kobject *kobj, struct kobj_type *ktype,
284 kobj_type:
286 struct kobj_type {
296 kobj_type structure; a pointer to that structure must be specified when you
299 The release field in struct kobj_type is, of course, a pointer to the
/linux-4.4.14/kernel/livepatch/
Dcore.c665 static struct kobj_type klp_ktype_patch = {
675 static struct kobj_type klp_ktype_object = {
684 static struct kobj_type klp_ktype_func = {
/linux-4.4.14/drivers/net/bonding/
Dbond_sysfs_slave.c141 static struct kobj_type slave_ktype = {
/linux-4.4.14/fs/ocfs2/cluster/
Dmasklog.c162 static struct kobj_type mlog_ktype = {
/linux-4.4.14/fs/
Dchar_dev.c507 static struct kobj_type ktype_cdev_default = {
511 static struct kobj_type ktype_cdev_dynamic = {
/linux-4.4.14/drivers/firmware/efi/
Druntime-map.c100 static struct kobj_type __refdata map_ktype = {
Desrt.c157 static struct kobj_type esre1_ktype = {
Defivars.c408 static struct kobj_type efivar_ktype = {
/linux-4.4.14/samples/kobject/
Dkset-example.c189 static struct kobj_type foo_ktype = {
/linux-4.4.14/drivers/firmware/
Ddmi-sysfs.c305 static struct kobj_type dmi_system_event_log_ktype = {
563 static struct kobj_type dmi_sysfs_entry_ktype = {
Dmemmap.c127 static struct kobj_type __refdata memmap_ktype = {
Dedd.c628 static struct kobj_type edd_ktype = {
/linux-4.4.14/drivers/gpu/drm/ttm/
Dttm_memory.c163 static struct kobj_type ttm_mem_zone_kobj_type = {
177 static struct kobj_type ttm_mem_glob_kobj_type = {
Dttm_page_alloc.c211 static struct kobj_type ttm_pool_kobj_type = {
Dttm_page_alloc_dma.c265 static struct kobj_type ttm_pool_kobj_type = {
Dttm_bo.c124 static struct kobj_type ttm_bo_glob_kobj_type = {
/linux-4.4.14/fs/nilfs2/
Dsysfs.c83 static struct kobj_type nilfs_##name##_ktype = { \
192 static struct kobj_type nilfs_snapshot_ktype = {
987 static struct kobj_type nilfs_dev_ktype = {
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dopal-elog.c147 static struct kobj_type elog_ktype = {
Dopal-dump.c211 static struct kobj_type dump_ktype = {
/linux-4.4.14/drivers/base/
Dbus.c92 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()
Dclass.c79 static struct kobj_type class_ktype = {
Dcore.c266 static struct kobj_type device_ktype = {
275 struct kobj_type *ktype = get_ktype(kobj); in dev_uevent_filter()
748 static struct kobj_type class_dir_ktype = {
/linux-4.4.14/arch/sh/kernel/cpu/sh4/
Dsq.c335 static struct kobj_type ktype_percpu_entry = {
/linux-4.4.14/drivers/pci/
Dslot.c135 static struct kobj_type pci_slot_ktype = {
/linux-4.4.14/drivers/infiniband/hw/usnic/
Dusnic_ib_sysfs.c290 static struct kobj_type usnic_ib_qpn_type = {
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddisplay-sysfs.c315 static struct kobj_type display_ktype = {
Doverlay-sysfs.c440 static struct kobj_type overlay_ktype = {
Dmanager-sysfs.c513 static struct kobj_type manager_ktype = {
/linux-4.4.14/drivers/uio/
Duio.c120 static struct kobj_type map_attr_type = {
208 static struct kobj_type portio_attr_type = {
/linux-4.4.14/Documentation/zh_CN/filesystems/
Dsysfs.txt146 [子系统应已经定义了一个 struct kobj_type 结构体作为这个类型的
/linux-4.4.14/sound/hda/
Dhdac_sysfs.c150 static struct kobj_type widget_ktype = {
/linux-4.4.14/kernel/
Dparams.c970 struct kobj_type *ktype = get_ktype(kobj); in uevent_filter()
990 struct kobj_type module_ktype = {
Dpadata.c1009 static struct kobj_type padata_attr_type = {
/linux-4.4.14/net/bridge/
Dbr_if.c201 static struct kobj_type brport_ktype = {
/linux-4.4.14/drivers/xen/
Dsys-hypervisor.c582 static struct kobj_type hyp_sysfs_kobj_type = {
/linux-4.4.14/drivers/staging/most/mostcore/
Dcore.c518 static struct kobj_type most_channel_ktype = {
717 static struct kobj_type most_inst_ktype = {
1078 static struct kobj_type most_aim_ktype = {
/linux-4.4.14/drivers/scsi/
Discsi_boot_sysfs.c72 static struct kobj_type iscsi_boot_ktype = {
/linux-4.4.14/drivers/acpi/
Ddevice_sysfs.c87 static struct kobj_type acpi_data_node_ktype = {
Dsysfs.c820 static struct kobj_type acpi_hotplug_profile_ktype = {
/linux-4.4.14/drivers/misc/cxl/
Dsysfs.c504 static struct kobj_type afu_config_record_type = {
/linux-4.4.14/arch/powerpc/kernel/
Dcacheinfo.c674 static struct kobj_type cache_index_type = {
/linux-4.4.14/net/core/
Dnet-sysfs.c879 static struct kobj_type rx_queue_ktype = {
1271 static struct kobj_type netdev_queue_ktype = {
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
Dmce_amd.c563 static struct kobj_type threshold_ktype = {
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_pool.c553 static struct kobj_type ldlm_pl_ktype = {
Dldlm_resource.c369 static struct kobj_type ldlm_ns_ktype = {
/linux-4.4.14/drivers/parisc/
Dpdc_stable.c500 static struct kobj_type ktype_pdcspath = {
/linux-4.4.14/fs/dlm/
Dlockspace.c189 static struct kobj_type dlm_ktype = {
/linux-4.4.14/fs/gfs2/
Dsys.c320 static struct kobj_type gfs2_ktype = {
/linux-4.4.14/drivers/net/ethernet/ibm/
Dibmveth.c56 static struct kobj_type ktype_veth_pool;
1747 static struct kobj_type ktype_veth_pool = {
/linux-4.4.14/drivers/block/
Dpktcdvd.c121 struct kobj_type* ktype) in pkt_kobj_create()
302 static struct kobj_type kobj_pkt_type_stat = {
307 static struct kobj_type kobj_pkt_type_wqueue = {
/linux-4.4.14/Documentation/filesystems/
Dsysfs.txt132 [ Subsystems should have already defined a struct kobj_type as a
/linux-4.4.14/drivers/infiniband/core/
Dsysfs.c454 static struct kobj_type port_type = {
Duverbs_main.c147 static struct kobj_type ib_uverbs_dev_ktype = {
Duser_mad.c146 static struct kobj_type ib_umad_dev_ktype = {
Dcm.c3761 static struct kobj_type cm_counter_obj_type = {
3774 static struct kobj_type cm_port_obj_type = {
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dsysfs.c431 static struct kobj_type port_type = {
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c1046 static struct kobj_type ptlrpc_svc_ktype = {
/linux-4.4.14/drivers/staging/most/hdm-usb/
Dhdm_usb.c1164 static struct kobj_type most_dci_ktype = {
/linux-4.4.14/drivers/staging/unisys/visorbus/
Dvisorbus_main.c384 static struct kobj_type devmajorminor_kobj_type = {
/linux-4.4.14/drivers/iommu/
Diommu.c158 static struct kobj_type iommu_group_ktype = {
/linux-4.4.14/fs/f2fs/
Dsuper.c246 static struct kobj_type f2fs_ktype = {
/linux-4.4.14/drivers/of/
Dbase.c103 struct kobj_type of_node_ktype = {
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c903 static struct kobj_type obd_ktype = {
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dlproc_llite.c865 static struct kobj_type llite_ktype = {
/linux-4.4.14/drivers/power/
Dabx500_chargalg.c1945 static struct kobj_type abx500_chargalg_ktype = {
Dab8500_fg.c2535 static struct kobj_type ab8500_fg_ktype = {
/linux-4.4.14/drivers/cpufreq/
Dcpufreq.c870 static struct kobj_type ktype_cpufreq = {
/linux-4.4.14/mm/
Dslub.c5307 static struct kobj_type slab_ktype = {
5314 struct kobj_type *ktype = get_ktype(kobj); in uevent_filter()