FreeBSD ZFS
The Zettabyte File System
Data Fields

itx_async_node Struct Reference

for async nodes we build up an AVL tree of lists of async itxs per file More...

#include <zil_impl.h>

Data Fields

uint64_t ia_foid
 file object id
list_t ia_list
 list of async itxs for this foid
avl_node_t ia_node
 AVL tree linkage.

Detailed Description

for async nodes we build up an AVL tree of lists of async itxs per file

Definition at line 69 of file zil_impl.h.


Field Documentation

file object id

Definition at line 70 of file zil_impl.h.

list of async itxs for this foid

Definition at line 71 of file zil_impl.h.

AVL tree linkage.

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