Searched refs:SPA_DVAS_PER_BP (Results 1 – 14 of 14) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | ddt.h | 98 ? SPA_DVAS_PER_BP - 1 : SPA_DVAS_PER_BP) 101 dva_t ddp_dva[SPA_DVAS_PER_BP];
|
| H A D | spa.h | 383 #define SPA_DVAS_PER_BP 3 /* Number of DVAs in a bp */ macro 396 dva_t blk_dva[SPA_DVAS_PER_BP]; /* Data Virtual Addresses */
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/ |
| H A D | reservation.shlib | 149 typeset -i SPA_DVAS_PER_BP=3 171 ((numdb *= SPA_DVAS_PER_BP < ncopies + 1 ? SPA_DVAS_PER_BP : \
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | ddt.c | 266 for (int d = 0; d < SPA_DVAS_PER_BP; d++) in ddt_bp_fill() 317 for (int d = 0; d < SPA_DVAS_PER_BP; d++) in ddt_phys_fill()
|
| H A D | dsl_scan.c | 326 static kmem_cache_t *sio_cache[SPA_DVAS_PER_BP]; 333 ASSERT3U(sio->sio_nr_dvas, <=, SPA_DVAS_PER_BP); in sio_free() 343 ASSERT3U(nr_dvas, <=, SPA_DVAS_PER_BP); in sio_alloc() 361 for (int i = 0; i < SPA_DVAS_PER_BP; i++) { in scan_init() 374 for (int i = 0; i < SPA_DVAS_PER_BP; i++) { in scan_fini() 403 ASSERT3U(sio->sio_nr_dvas, <=, SPA_DVAS_PER_BP); in sio2bp()
|
| H A D | vdev_mirror.c | 275 dva_t dva_copy[SPA_DVAS_PER_BP]; in vdev_mirror_map_init()
|
| H A D | spa_misc.c | 238 int spa_max_replication_override = SPA_DVAS_PER_BP; 1986 return (MIN(SPA_DVAS_PER_BP, spa_max_replication_override)); in spa_max_replication()
|
| H A D | dmu.c | 2041 copies = MIN(copies, SPA_DVAS_PER_BP - 1); in dmu_write_policy()
|
| H A D | zio.c | 2808 if (gio->io_prop.zp_encrypt && gbh_copies >= SPA_DVAS_PER_BP) in zio_write_gang_block() 2809 gbh_copies = SPA_DVAS_PER_BP - 1; in zio_write_gang_block()
|
| H A D | dmu_recv.c | 1955 SPA_DVAS_PER_BP - 1); in flush_write_batch_impl()
|
| H A D | arc.c | 7089 MIN(localprop.zp_copies, SPA_DVAS_PER_BP - 1); in arc_write()
|
| H A D | spa.c | 224 uint64_t zfs_max_missing_tvds_cachefile = SPA_DVAS_PER_BP - 1;
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_dataset.c | 5524 numdb *= MIN(SPA_DVAS_PER_BP, ncopies + 1); in zvol_volsize_to_reservation()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 251 for (int i = 0; i < SPA_DVAS_PER_BP; i++) { in sublivelist_verify_blkptr()
|