|
FreeBSD ZFS
The Zettabyte File System
|
Vdev flushing: during a zil_commit(), we build up an AVL tree of the vdevs we've touched so we know which ones need a write cache flush at the end. More...
#include <zil_impl.h>
Data Fields | |
| uint64_t | zv_vdev |
| vdev to be flushed | |
| avl_node_t | zv_node |
| AVL tree linkage. | |
Vdev flushing: during a zil_commit(), we build up an AVL tree of the vdevs we've touched so we know which ones need a write cache flush at the end.
Definition at line 79 of file zil_impl.h.
| avl_node_t zil_vdev_node::zv_node |
AVL tree linkage.
Definition at line 81 of file zil_impl.h.
| uint64_t zil_vdev_node::zv_vdev |
vdev to be flushed
Definition at line 80 of file zil_impl.h.
1.7.3