Home
last modified time | relevance | path

Searched defs:vdev_stat (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h1192 typedef struct vdev_stat { struct
1194 uint64_t vs_state; /* vdev state */
1195 uint64_t vs_aux; /* see vdev_aux_t */
1196 uint64_t vs_alloc; /* space allocated */
1197 uint64_t vs_space; /* total capacity */
1198 uint64_t vs_dspace; /* deflated capacity */
1199 uint64_t vs_rsize; /* replaceable dev size */
1200 uint64_t vs_esize; /* expandable dev size */
1203 uint64_t vs_read_errors; /* read errors */
1204 uint64_t vs_write_errors; /* write errors */
[all …]
/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h251 vdev_stat_t vdev_stat; /* virtual device statistics */ member