FreeBSD ZFS
The Zettabyte File System
Data Fields

dbuf_dirty_record::dirty_types::dirty_leaf Struct Reference

#include <dbuf.h>

Collaboration diagram for dbuf_dirty_record::dirty_types::dirty_leaf:
Collaboration graph
[legend]

Data Fields

arc_buf_tdr_data
 dr_data is set when we dirty the buffer so that we can retain the pointer even if it gets COW'd in a subsequent transaction group.
blkptr_t dr_overridden_by
override_states_t dr_override_state
uint8_t dr_copies

Detailed Description

Definition at line 134 of file dbuf.h.


Field Documentation

Definition at line 144 of file dbuf.h.

dr_data is set when we dirty the buffer so that we can retain the pointer even if it gets COW'd in a subsequent transaction group.

Definition at line 141 of file dbuf.h.

Definition at line 142 of file dbuf.h.

Definition at line 143 of file dbuf.h.


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