FreeBSD ZFS
The Zettabyte File System
Data Fields

zfetch Struct Reference

#include <dmu_zfetch.h>

Collaboration diagram for zfetch:
Collaboration graph
[legend]

Data Fields

krwlock_t zf_rwlock
 protects zfetch structure
list_t zf_stream
 AVL tree of zstream_t's.
struct dnodezf_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

Detailed Description

Definition at line 56 of file dmu_zfetch.h.


Field Documentation

# of failed attempts to alloc strm

Definition at line 61 of file dmu_zfetch.h.

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.

AVL tree of zstream_t's.

Definition at line 58 of file dmu_zfetch.h.

# of active streams

Definition at line 60 of file dmu_zfetch.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines