FreeBSD ZFS
The Zettabyte File System
|
#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 |
Definition at line 248 of file dmu_impl.h.
kstat_named_t xuio_stats::xuiostat_onloan_rbuf |
loaned yet not returned arc_buf
Definition at line 250 of file dmu_impl.h.
kstat_named_t xuio_stats::xuiostat_onloan_wbuf |
Definition at line 251 of file dmu_impl.h.
kstat_named_t xuio_stats::xuiostat_rbuf_copied |
whether a copy is made when loaning out a read buffer
Definition at line 253 of file dmu_impl.h.
kstat_named_t xuio_stats::xuiostat_rbuf_nocopy |
Definition at line 254 of file dmu_impl.h.
kstat_named_t xuio_stats::xuiostat_wbuf_copied |
whether a copy is made when assigning a write buffer
Definition at line 256 of file dmu_impl.h.
kstat_named_t xuio_stats::xuiostat_wbuf_nocopy |
Definition at line 257 of file dmu_impl.h.