ReactOS 0.4.15-dev-7924-g5949c20
pdo_device_extension Struct Reference

#include <btrfs_drv.h>

Collaboration diagram for pdo_device_extension:

Public Attributes

uint32_t type
 
BTRFS_UUID uuid
 
volume_device_extensionvde
 
PDEVICE_OBJECT pdo
 
bool removable
 
bool dont_report
 
uint64_t num_children
 
uint64_t children_loaded
 
ERESOURCE child_lock
 
LIST_ENTRY children
 
LIST_ENTRY list_entry
 

Detailed Description

Definition at line 886 of file btrfs_drv.h.

Member Data Documentation

◆ child_lock

◆ children

◆ children_loaded

uint64_t pdo_device_extension::children_loaded

◆ dont_report

bool pdo_device_extension::dont_report

Definition at line 892 of file btrfs_drv.h.

Referenced by boot_add_device(), and bus_query_device_relations().

◆ list_entry

LIST_ENTRY pdo_device_extension::list_entry

Definition at line 899 of file btrfs_drv.h.

Referenced by add_volume_device(), and remove_volume_child().

◆ num_children

uint64_t pdo_device_extension::num_children

◆ pdo

PDEVICE_OBJECT pdo_device_extension::pdo

◆ removable

bool pdo_device_extension::removable

Definition at line 891 of file btrfs_drv.h.

Referenced by _Function_class_(), and add_volume_device().

◆ type

uint32_t pdo_device_extension::type

Definition at line 887 of file btrfs_drv.h.

Referenced by add_volume_device().

◆ uuid

◆ vde


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