Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/fs/
H A Dzfs.h1053 typedef struct vdev_stat { struct
1055 uint64_t vs_state; /* vdev state */
1056 uint64_t vs_aux; /* see vdev_aux_t */
1057 uint64_t vs_alloc; /* space allocated */
1058 uint64_t vs_space; /* total capacity */
1059 uint64_t vs_dspace; /* deflated capacity */
1060 uint64_t vs_rsize; /* replaceable dev size */
1061 uint64_t vs_esize; /* expandable dev size */
1064 uint64_t vs_read_errors; /* read errors */
1065 uint64_t vs_write_errors; /* write errors */
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dvdev_impl.h267 vdev_stat_t vdev_stat; /* virtual device statistics */ member