ReactOS 0.4.15-dev-7842-g558ab78
volume_child Struct Reference

#include <btrfs_drv.h>

Collaboration diagram for volume_child:

Public Attributes

BTRFS_UUID uuid
 
uint64_t devid
 
uint64_t generation
 
PDEVICE_OBJECT devobj
 
PFILE_OBJECT fileobj
 
UNICODE_STRING pnp_name
 
uint64_t size
 
bool seeding
 
bool had_drive_letter
 
voidnotification_entry
 
ULONG disk_num
 
ULONG part_num
 
bool boot_volume
 
LIST_ENTRY list_entry
 

Detailed Description

Definition at line 853 of file btrfs_drv.h.

Member Data Documentation

◆ boot_volume

bool volume_child::boot_volume

Definition at line 866 of file btrfs_drv.h.

Referenced by add_device(), add_volume_device(), and volume_removal().

◆ devid

uint64_t volume_child::devid

Definition at line 855 of file btrfs_drv.h.

Referenced by add_device(), add_volume_device(), and find_device_from_uuid().

◆ devobj

◆ disk_num

◆ fileobj

◆ generation

uint64_t volume_child::generation

Definition at line 856 of file btrfs_drv.h.

Referenced by add_device(), add_volume_device(), do_write2(), and update_volumes().

◆ had_drive_letter

◆ list_entry

LIST_ENTRY volume_child::list_entry

◆ notification_entry

void* volume_child::notification_entry

Definition at line 863 of file btrfs_drv.h.

Referenced by add_device(), add_volume_device(), and free_vol().

◆ part_num

◆ pnp_name

◆ seeding

bool volume_child::seeding

Definition at line 861 of file btrfs_drv.h.

Referenced by add_device(), add_volume_device(), find_device_from_uuid(), and load_chunk_root().

◆ size

◆ uuid


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