Home
last modified time | relevance | path

Searched refs:SPA_DVAS_PER_BP (Results 1 – 11 of 11) sorted by relevance

/titanic_44/usr/src/test/zfs-tests/tests/functional/reservation/
H A Dreservation.shlib149 typeset -i SPA_DVAS_PER_BP=3
171 ((numdb *= SPA_DVAS_PER_BP < ncopies + 1 ? SPA_DVAS_PER_BP : \
/titanic_44/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h160 #define SPA_DVAS_PER_BP 3 /* Number of DVAs in a bp */ macro
163 dva_t blk_dva[SPA_DVAS_PER_BP]; /* Data Virtual Addresses */
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dddt.c249 for (int d = 0; d < SPA_DVAS_PER_BP; d++) in ddt_bp_fill()
292 for (int d = 0; d < SPA_DVAS_PER_BP; d++) in ddt_phys_fill()
368 for (int d = 0; d < SPA_DVAS_PER_BP; d++) in ddt_stat_generate()
557 for (int d = 0; d < SPA_DVAS_PER_BP; d++, dva++) in ddt_ditto_copies_present()
561 ASSERT(copies >= 0 && copies < SPA_DVAS_PER_BP); in ddt_ditto_copies_present()
H A Dspa_misc.c230 int spa_max_replication_override = SPA_DVAS_PER_BP;
1733 return (MIN(SPA_DVAS_PER_BP, spa_max_replication_override)); in spa_max_replication()
H A Dzio.c2273 ASSERT(zp->zp_copies < SPA_DVAS_PER_BP); in zio_ddt_ditto_write_done()
2327 ASSERT(ditto_copies < SPA_DVAS_PER_BP); in zio_ddt_write()
H A Dmetaslab.c159 int metaslab_preload_limit = SPA_DVAS_PER_BP;
H A Dspa.c6383 vdev_t *svd[SPA_DVAS_PER_BP]; in spa_sync()
6393 if (svdcount == SPA_DVAS_PER_BP) in spa_sync()
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dddt.h91 dva_t ddp_dva[SPA_DVAS_PER_BP];
H A Dspa.h306 #define SPA_DVAS_PER_BP 3 /* Number of DVAs in a bp */ macro
318 dva_t blk_dva[SPA_DVAS_PER_BP]; /* Data Virtual Addresses */
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c361 for (i = 0; i < SPA_DVAS_PER_BP; i++) { in zio_read_data()
/titanic_44/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c4808 numdb *= MIN(SPA_DVAS_PER_BP, ncopies + 1); in zvol_volsize_to_reservation()