Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h1262 typedef struct vdev_stat { struct
1263 hrtime_t vs_timestamp; /* time since vdev load */
1264 uint64_t vs_state; /* vdev state */
1265 uint64_t vs_aux; /* see vdev_aux_t */
1266 uint64_t vs_alloc; /* space allocated */
1267 uint64_t vs_space; /* total capacity */
1268 uint64_t vs_dspace; /* deflated capacity */
1269 uint64_t vs_rsize; /* replaceable dev size */
1270 uint64_t vs_esize; /* expandable dev size */
1271 uint64_t vs_ops[VS_ZIO_TYPES]; /* operation count */
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h247 vdev_stat_t vdev_stat; /* virtual device statistics */ member