FreeBSD ZFS
The Zettabyte File System
|
Information about each checksum function. More...
#include <zio_checksum.h>
Data Fields | |
zio_checksum_t * | ci_func [2] |
checksum function for each byteorder | |
int | ci_correctable |
number of correctable bits | |
int | ci_eck |
uses zio embedded checksum? | |
int | ci_dedup |
strong enough for dedup? | |
char * | ci_name |
descriptive name |
Information about each checksum function.
Definition at line 42 of file zio_checksum.h.
number of correctable bits
Definition at line 44 of file zio_checksum.h.
strong enough for dedup?
Definition at line 46 of file zio_checksum.h.
uses zio embedded checksum?
Definition at line 45 of file zio_checksum.h.
checksum function for each byteorder
Definition at line 43 of file zio_checksum.h.
descriptive name
Definition at line 47 of file zio_checksum.h.