FreeBSD ZFS
The Zettabyte File System
|
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. |
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.
uint64_t itx_async_node::ia_foid |
file object id
Definition at line 70 of file zil_impl.h.
list_t itx_async_node::ia_list |
list of async itxs for this foid
Definition at line 71 of file zil_impl.h.
avl_node_t itx_async_node::ia_node |
AVL tree linkage.
Definition at line 72 of file zil_impl.h.