|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <btrfs_drv.h>

Public Attributes | |
| HANDLE | thread |
| struct _ccb * | ccb |
| void * | context |
| KEVENT | cleared_event |
| bool | cancelling |
| LIST_ENTRY | list_entry |
Definition at line 361 of file btrfs_drv.h.
| bool send_info::cancelling |
Definition at line 366 of file btrfs_drv.h.
Referenced by close_file().
Definition at line 363 of file btrfs_drv.h.
| KEVENT send_info::cleared_event |
Definition at line 365 of file btrfs_drv.h.
Referenced by close_file(), and read_send_buffer().
| void* send_info::context |
Definition at line 364 of file btrfs_drv.h.
Referenced by read_send_buffer().
| LIST_ENTRY send_info::list_entry |
Definition at line 367 of file btrfs_drv.h.
| HANDLE send_info::thread |
Definition at line 362 of file btrfs_drv.h.