Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h1068 typedef struct vdev_stat { struct
1070 uint64_t vs_state; /* vdev state */
1071 uint64_t vs_aux; /* see vdev_aux_t */
1072 uint64_t vs_alloc; /* space allocated */
1073 uint64_t vs_space; /* total capacity */
1074 uint64_t vs_dspace; /* deflated capacity */
1075 uint64_t vs_rsize; /* replaceable dev size */
1076 uint64_t vs_esize; /* expandable dev size */
1079 uint64_t vs_read_errors; /* read errors */
1080 uint64_t vs_write_errors; /* write errors */
[all …]
/freebsd-13.1/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h267 vdev_stat_t vdev_stat; /* virtual device statistics */ member