FreeBSD ZFS
The Zettabyte File System
Data Fields

zil_vdev_node Struct Reference

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.

Detailed Description

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.


Field Documentation

AVL tree linkage.

Definition at line 81 of file zil_impl.h.

vdev to be flushed

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