ReactOS 0.4.15-dev-7953-g1f49173
_write_data_context Struct Reference

#include <btrfs_drv.h>

Collaboration diagram for _write_data_context:

Public Attributes

KEVENT Event
 
LIST_ENTRY stripes
 
LONG stripes_left
 
bool need_wait
 
uint8_tparity1
 
uint8_tparity2
 
uint8_tscratch
 
PMDL mdl
 
PMDL parity1_mdl
 
PMDL parity2_mdl
 

Detailed Description

Definition at line 936 of file btrfs_drv.h.

Member Data Documentation

◆ Event

KEVENT _write_data_context::Event

Definition at line 937 of file btrfs_drv.h.

Referenced by snapshot_tree_copy().

◆ mdl

PMDL _write_data_context::mdl

Definition at line 942 of file btrfs_drv.h.

Referenced by do_tree_writes(), and snapshot_tree_copy().

◆ need_wait

bool _write_data_context::need_wait

Definition at line 940 of file btrfs_drv.h.

Referenced by do_tree_writes().

◆ parity1

uint8_t* _write_data_context::parity1

Definition at line 941 of file btrfs_drv.h.

Referenced by do_tree_writes(), and snapshot_tree_copy().

◆ parity1_mdl

PMDL _write_data_context::parity1_mdl

Definition at line 942 of file btrfs_drv.h.

Referenced by do_tree_writes(), and snapshot_tree_copy().

◆ parity2

uint8_t * _write_data_context::parity2

Definition at line 941 of file btrfs_drv.h.

Referenced by do_tree_writes(), and snapshot_tree_copy().

◆ parity2_mdl

PMDL _write_data_context::parity2_mdl

Definition at line 942 of file btrfs_drv.h.

Referenced by do_tree_writes(), and snapshot_tree_copy().

◆ scratch

uint8_t * _write_data_context::scratch

Definition at line 941 of file btrfs_drv.h.

Referenced by do_tree_writes(), and snapshot_tree_copy().

◆ stripes

LIST_ENTRY _write_data_context::stripes

Definition at line 938 of file btrfs_drv.h.

Referenced by __attribute__(), do_tree_writes(), and snapshot_tree_copy().

◆ stripes_left

LONG _write_data_context::stripes_left

Definition at line 939 of file btrfs_drv.h.

Referenced by do_tree_writes(), and snapshot_tree_copy().


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