Searched refs:svdcount (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_label.c1265 vdev_uberblock_sync_list(vdev_t **svd, int svdcount, uberblock_t *ub, int flags) argument
1273 for (int v = 0; v < svdcount; v++)
1285 for (int v = 0; v < svdcount; v++) {
1435 vdev_config_sync(vdev_t **svd, int svdcount, uint64_t txg) argument
1442 ASSERT(svdcount != 0);
1526 if ((error = vdev_uberblock_sync_list(svd, svdcount, ub, flags)) != 0) {
H A Dspa.c4071 int svdcount = 0; local
4086 svd[svdcount++] = vd;
4087 if (svdcount == SPA_SYNC_MIN_VDEVS)
4090 error = vdev_config_sync(svd, svdcount, spa->spa_first_txg);
8626 int svdcount = 0; local
8641 svd[svdcount++] = vd;
8642 if (svdcount == SPA_SYNC_MIN_VDEVS)
8645 error = vdev_config_sync(svd, svdcount, txg);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dvdev.h149 extern int vdev_config_sync(vdev_t **svd, int svdcount, uint64_t txg);

Completed in 199 milliseconds