ReactOS 0.4.15-dev-8621-g4b051b9
|
#include <btrfs_drv.h>
Public Attributes | |
KEVENT | Event |
LIST_ENTRY | stripes |
LONG | stripes_left |
bool | need_wait |
uint8_t * | parity1 |
uint8_t * | parity2 |
uint8_t * | scratch |
PMDL | mdl |
PMDL | parity1_mdl |
PMDL | parity2_mdl |
Definition at line 936 of file btrfs_drv.h.
KEVENT _write_data_context::Event |
Definition at line 937 of file btrfs_drv.h.
Referenced by snapshot_tree_copy().
PMDL _write_data_context::mdl |
Definition at line 942 of file btrfs_drv.h.
Referenced by do_tree_writes(), and snapshot_tree_copy().
bool _write_data_context::need_wait |
Definition at line 940 of file btrfs_drv.h.
Referenced by do_tree_writes().
uint8_t* _write_data_context::parity1 |
Definition at line 941 of file btrfs_drv.h.
Referenced by do_tree_writes(), and snapshot_tree_copy().
PMDL _write_data_context::parity1_mdl |
Definition at line 942 of file btrfs_drv.h.
Referenced by do_tree_writes(), and snapshot_tree_copy().
uint8_t * _write_data_context::parity2 |
Definition at line 941 of file btrfs_drv.h.
Referenced by do_tree_writes(), and snapshot_tree_copy().
PMDL _write_data_context::parity2_mdl |
Definition at line 942 of file btrfs_drv.h.
Referenced by do_tree_writes(), and snapshot_tree_copy().
uint8_t * _write_data_context::scratch |
Definition at line 941 of file btrfs_drv.h.
Referenced by do_tree_writes(), and snapshot_tree_copy().
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().
LONG _write_data_context::stripes_left |
Definition at line 939 of file btrfs_drv.h.
Referenced by do_tree_writes(), and snapshot_tree_copy().