Searched refs:SPA_DVAS_PER_BP (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dddt.h91 dva_t ddp_dva[SPA_DVAS_PER_BP];
H A Dspa.h333 #define SPA_DVAS_PER_BP 3 /* Number of DVAs in a bp */ macro
345 dva_t blk_dva[SPA_DVAS_PER_BP]; /* Data Virtual Addresses */
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dddt.c263 for (int d = 0; d < SPA_DVAS_PER_BP; d++)
306 for (int d = 0; d < SPA_DVAS_PER_BP; d++)
382 for (int d = 0; d < SPA_DVAS_PER_BP; d++)
571 for (int d = 0; d < SPA_DVAS_PER_BP; d++, dva++)
575 ASSERT(copies >= 0 && copies < SPA_DVAS_PER_BP);
H A Dspa_misc.c242 int spa_max_replication_override = SPA_DVAS_PER_BP;
328 * (VDEV_RAIDZ_MAXPARITY + 1) * SPA_DVAS_PER_BP * 2 == 24
1930 return (MIN(SPA_DVAS_PER_BP, spa_max_replication_override));
H A Dzio.c2619 ASSERT(zp->zp_copies < SPA_DVAS_PER_BP);
2674 ASSERT(ditto_copies < SPA_DVAS_PER_BP);
H A Dmetaslab.c191 int metaslab_preload_limit = SPA_DVAS_PER_BP;
H A Dspa.c7063 vdev_t *svd[SPA_DVAS_PER_BP];
7073 if (svdcount == SPA_DVAS_PER_BP)
/netbsd-current/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_dataset.c4844 numdb *= MIN(SPA_DVAS_PER_BP, ncopies + 1);

Completed in 304 milliseconds