Searched refs:tvds (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_root.c43 uint64_t tvds = 0; local
50 tvds++;
54 return (tvds);
69 uint64_t tvds; local
74 tvds = vdev_root_core_tvds(vd);
75 ASSERT3U(numerrors, <=, tvds);
77 if (numerrors == tvds)
H A Dspa.c1915 * spa_sync we write new uberblocks to at least SPA_SYNC_MIN_VDEVS core tvds.
1921 uint64_t tvds = 0; local
1928 tvds++;
1931 return (tvds);
3312 * latest uberblock. If we missed SPA_SYNC_MIN_VDEVS tvds

Completed in 80 milliseconds