FreeBSD ZFS
The Zettabyte File System
Data Fields

ddt_key Struct Reference

On-disk ddt entry: key (name) and physical storage (value). More...

#include <ddt.h>

Collaboration diagram for ddt_key:
Collaboration graph
[legend]

Data Fields

zio_cksum_t ddk_cksum
 256-bit block checksum
uint64_t ddk_prop
 LSIZE, PSIZE, compression.

Detailed Description

On-disk ddt entry: key (name) and physical storage (value).

Definition at line 64 of file ddt.h.


Field Documentation

256-bit block checksum

Definition at line 65 of file ddt.h.

LSIZE, PSIZE, compression.

layout:

	     +-------+-------+-------+-------+-------+-------+-------+-------+
	     |   0   |   0   |   0   | comp  |     PSIZE     |     LSIZE     |
	     +-------+-------+-------+-------+-------+-------+-------+-------+
	 

LSIZE, PSIZE, compression

Definition at line 76 of file ddt.h.


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