ReactOS 0.4.15-dev-7953-g1f49173
scrub_info Struct Reference

#include <btrfs_drv.h>

Collaboration diagram for scrub_info:

Public Attributes

HANDLE thread
 
ERESOURCE stats_lock
 
KEVENT event
 
KEVENT finished
 
bool stopping
 
bool paused
 
LARGE_INTEGER start_time
 
LARGE_INTEGER finish_time
 
LARGE_INTEGER resume_time
 
LARGE_INTEGER duration
 
uint64_t total_chunks
 
uint64_t chunks_left
 
uint64_t data_scrubbed
 
NTSTATUS error
 
ULONG num_errors
 
LIST_ENTRY errors
 

Detailed Description

Definition at line 737 of file btrfs_drv.h.

Member Data Documentation

◆ chunks_left

uint64_t scrub_info::chunks_left

Definition at line 749 of file btrfs_drv.h.

◆ data_scrubbed

uint64_t scrub_info::data_scrubbed

Definition at line 750 of file btrfs_drv.h.

◆ duration

LARGE_INTEGER scrub_info::duration

Definition at line 747 of file btrfs_drv.h.

◆ error

NTSTATUS scrub_info::error

Definition at line 751 of file btrfs_drv.h.

◆ errors

LIST_ENTRY scrub_info::errors

Definition at line 753 of file btrfs_drv.h.

◆ event

KEVENT scrub_info::event

Definition at line 740 of file btrfs_drv.h.

◆ finish_time

LARGE_INTEGER scrub_info::finish_time

Definition at line 745 of file btrfs_drv.h.

◆ finished

KEVENT scrub_info::finished

Definition at line 741 of file btrfs_drv.h.

◆ num_errors

ULONG scrub_info::num_errors

Definition at line 752 of file btrfs_drv.h.

◆ paused

bool scrub_info::paused

Definition at line 743 of file btrfs_drv.h.

◆ resume_time

LARGE_INTEGER scrub_info::resume_time

Definition at line 746 of file btrfs_drv.h.

◆ start_time

LARGE_INTEGER scrub_info::start_time

Definition at line 744 of file btrfs_drv.h.

◆ stats_lock

ERESOURCE scrub_info::stats_lock

Definition at line 739 of file btrfs_drv.h.

◆ stopping

bool scrub_info::stopping

Definition at line 742 of file btrfs_drv.h.

◆ thread

HANDLE scrub_info::thread

Definition at line 738 of file btrfs_drv.h.

◆ total_chunks

uint64_t scrub_info::total_chunks

Definition at line 748 of file btrfs_drv.h.


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