FreeBSD ZFS
The Zettabyte File System
|
#include <dmu_zfetch.h>
Data Fields | |
krwlock_t | zf_rwlock |
protects zfetch structure | |
list_t | zf_stream |
AVL tree of zstream_t's. | |
struct dnode * | zf_dnode |
dnode that owns this zfetch | |
uint32_t | zf_stream_cnt |
# of active streams | |
uint64_t | zf_alloc_fail |
# of failed attempts to alloc strm |
Definition at line 56 of file dmu_zfetch.h.
uint64_t zfetch::zf_alloc_fail |
# of failed attempts to alloc strm
Definition at line 61 of file dmu_zfetch.h.
struct dnode* zfetch::zf_dnode |
dnode that owns this zfetch
Definition at line 59 of file dmu_zfetch.h.
krwlock_t zfetch::zf_rwlock |
protects zfetch structure
Definition at line 57 of file dmu_zfetch.h.
list_t zfetch::zf_stream |
AVL tree of zstream_t's.
Definition at line 58 of file dmu_zfetch.h.
uint32_t zfetch::zf_stream_cnt |
# of active streams
Definition at line 60 of file dmu_zfetch.h.