Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/sys/fs/
H A Dzfs.h857 typedef struct vdev_stat { struct
858 hrtime_t vs_timestamp; /* time since vdev load */
859 uint64_t vs_state; /* vdev state */
860 uint64_t vs_aux; /* see vdev_aux_t */
884 } vdev_stat_t; argument
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dvdev_impl.h235 vdev_stat_t vdev_stat; /* virtual device statistics */ member