FreeBSD ZFS
The Zettabyte File System
Data Fields

xuio_stats Struct Reference

#include <dmu_impl.h>

Data Fields

kstat_named_t xuiostat_onloan_rbuf
 loaned yet not returned arc_buf
kstat_named_t xuiostat_onloan_wbuf
kstat_named_t xuiostat_rbuf_copied
 whether a copy is made when loaning out a read buffer
kstat_named_t xuiostat_rbuf_nocopy
kstat_named_t xuiostat_wbuf_copied
 whether a copy is made when assigning a write buffer
kstat_named_t xuiostat_wbuf_nocopy

Detailed Description

Definition at line 248 of file dmu_impl.h.


Field Documentation

loaned yet not returned arc_buf

Definition at line 250 of file dmu_impl.h.

Definition at line 251 of file dmu_impl.h.

whether a copy is made when loaning out a read buffer

Definition at line 253 of file dmu_impl.h.

Definition at line 254 of file dmu_impl.h.

whether a copy is made when assigning a write buffer

Definition at line 256 of file dmu_impl.h.

Definition at line 257 of file dmu_impl.h.


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