Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/fs/
HDzfs.h845 typedef struct vdev_stat { struct
846 hrtime_t vs_timestamp; /* time since vdev load */
847 uint64_t vs_state; /* vdev state */
848 uint64_t vs_aux; /* see vdev_aux_t */
872 } vdev_stat_t; argument
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDvdev_impl.h235 vdev_stat_t vdev_stat; /* virtual device statistics */ member