FreeBSD ZFS
The Zettabyte File System
|
#include <zil_impl.h>
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_t * | itxg_itxs |
sync and async itxs |
Definition at line 61 of file zil_impl.h.
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.