FreeBSD ZFS
The Zettabyte File System
Data Fields

raidz_col Struct Reference

Data Fields

uint64_t rc_devidx
 child device index for I/O
uint64_t rc_offset
 device offset
uint64_t rc_size
 I/O size.
void * rc_data
 I/O data.
void * rc_gdata
 used to store the "good" version
int rc_error
 I/O error for this device.
uint8_t rc_tried
 Did we attempt this I/O column?
uint8_t rc_skipped
 Did we skip this I/O column?

Detailed Description

Definition at line 108 of file vdev_raidz.c.


Field Documentation

I/O data.

Definition at line 112 of file vdev_raidz.c.

child device index for I/O

Definition at line 109 of file vdev_raidz.c.

I/O error for this device.

Definition at line 114 of file vdev_raidz.c.

used to store the "good" version

Definition at line 113 of file vdev_raidz.c.

device offset

Definition at line 110 of file vdev_raidz.c.

I/O size.

Definition at line 111 of file vdev_raidz.c.

Did we skip this I/O column?

Definition at line 116 of file vdev_raidz.c.

Did we attempt this I/O column?

Definition at line 115 of file vdev_raidz.c.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines