FreeBSD ZFS
The Zettabyte File System
Data Fields

itxg Struct Reference

#include <zil_impl.h>

Collaboration diagram for itxg:
Collaboration graph
[legend]

Data Fields

kmutex_t itxg_lock
 lock for this structure
uint64_t itxg_txg
 txg for this chain
uint64_t itxg_sod
 total size on disk for this txg
itxs_titxg_itxs
 sync and async itxs

Detailed Description

Definition at line 61 of file zil_impl.h.


Field Documentation

sync and async itxs

Definition at line 65 of file zil_impl.h.

kmutex_t itxg::itxg_lock

lock for this structure

Definition at line 62 of file zil_impl.h.

uint64_t itxg::itxg_sod

total size on disk for this txg

Definition at line 64 of file zil_impl.h.

uint64_t itxg::itxg_txg

txg for this chain

Definition at line 63 of file zil_impl.h.


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