ReactOS 0.4.15-dev-7907-g95bf896
bus_device_extension Struct Reference

#include <btrfs_drv.h>

Collaboration diagram for bus_device_extension:

Public Attributes

uint32_t type
 
PDEVICE_OBJECT buspdo
 
PDEVICE_OBJECT attached_device
 
UNICODE_STRING bus_name
 

Detailed Description

Definition at line 846 of file btrfs_drv.h.

Member Data Documentation

◆ attached_device

PDEVICE_OBJECT bus_device_extension::attached_device

Definition at line 849 of file btrfs_drv.h.

Referenced by _Dispatch_type_(), _Function_class_(), bus_pnp(), and do_shutdown().

◆ bus_name

UNICODE_STRING bus_device_extension::bus_name

Definition at line 850 of file btrfs_drv.h.

Referenced by _Function_class_().

◆ buspdo

PDEVICE_OBJECT bus_device_extension::buspdo

Definition at line 848 of file btrfs_drv.h.

Referenced by _Function_class_(), add_volume_device(), and remove_volume_child().

◆ type

uint32_t bus_device_extension::type

Definition at line 847 of file btrfs_drv.h.

Referenced by _Function_class_().


The documentation for this struct was generated from the following file: