Searched defs:vdev_stat (Results 1 – 2 of 2) sorted by relevance
1293 typedef struct vdev_stat { struct1294 hrtime_t vs_timestamp; /* time since vdev load */1295 uint64_t vs_state; /* vdev state */1296 uint64_t vs_aux; /* see vdev_aux_t */1297 uint64_t vs_alloc; /* space allocated */1298 uint64_t vs_space; /* total capacity */1299 uint64_t vs_dspace; /* deflated capacity */1300 uint64_t vs_rsize; /* replaceable dev size */1301 uint64_t vs_esize; /* expandable dev size */1302 uint64_t vs_ops[VS_ZIO_TYPES]; /* operation count */[all …]
248 vdev_stat_t vdev_stat; /* virtual device statistics */ member