FreeBSD ZFS
The Zettabyte File System
Data Fields

itxs Struct Reference

Intent log transaction lists. More...

#include <zil_impl.h>

Data Fields

list_t i_sync_list
 list of synchronous itxs
avl_tree_t i_async_tree
 tree of foids for async itxs

Detailed Description

Intent log transaction lists.

Definition at line 56 of file zil_impl.h.


Field Documentation

avl_tree_t itxs::i_async_tree

tree of foids for async itxs

Definition at line 58 of file zil_impl.h.

list of synchronous itxs

Definition at line 57 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