FreeBSD ZFS
The Zettabyte File System
|
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 |
Intent log transaction lists.
Definition at line 56 of file zil_impl.h.
avl_tree_t itxs::i_async_tree |
tree of foids for async itxs
Definition at line 58 of file zil_impl.h.
list_t itxs::i_sync_list |
list of synchronous itxs
Definition at line 57 of file zil_impl.h.