FreeBSD ZFS
The Zettabyte File System
Data Fields

dsl_dir Struct Reference

#include <dsl_dir.h>

Collaboration diagram for dsl_dir:
Collaboration graph
[legend]

Data Fields

uint64_t dd_tempreserved [TXG_SIZE]
 gross estimate of space used by in-flight tx's
int64_t dd_space_towrite [TXG_SIZE]
 amount of space we expect to write; == amount of dirty data
char dd_myname [MAXNAMELEN]
 protected by dd_lock; keep at end of struct for better locality
These are immutable; no lock needed
uint64_t dd_object
dsl_dir_phys_tdd_phys
dmu_buf_tdd_dbuf
dsl_pool_tdd_pool
Protected by lock on pool's dp_dirty_dirs list
txg_node_t dd_dirty_link
protected by dp_config_rwlock
dsl_dir_tdd_parent
Protected by dd_lock
kmutex_t dd_lock
list_t dd_prop_cbs
 list of dsl_prop_cb_record_t's
timestruc_t dd_snap_cmtime
 last time snapshot namespace changed
uint64_t dd_origin_txg

Detailed Description

Definition at line 78 of file dsl_dir.h.


Field Documentation

Definition at line 84 of file dsl_dir.h.

Definition at line 91 of file dsl_dir.h.

kmutex_t dsl_dir::dd_lock

Definition at line 103 of file dsl_dir.h.

char dsl_dir::dd_myname[MAXNAMELEN]

protected by dd_lock; keep at end of struct for better locality

Definition at line 115 of file dsl_dir.h.

Definition at line 82 of file dsl_dir.h.

Definition at line 106 of file dsl_dir.h.

Definition at line 97 of file dsl_dir.h.

Definition at line 83 of file dsl_dir.h.

Definition at line 85 of file dsl_dir.h.

list of dsl_prop_cb_record_t's

Definition at line 104 of file dsl_dir.h.

last time snapshot namespace changed

Definition at line 105 of file dsl_dir.h.

int64_t dsl_dir::dd_space_towrite[TXG_SIZE]

amount of space we expect to write; == amount of dirty data

Definition at line 112 of file dsl_dir.h.

uint64_t dsl_dir::dd_tempreserved[TXG_SIZE]

gross estimate of space used by in-flight tx's

Definition at line 110 of file dsl_dir.h.


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