Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDzio.c1151 for (int i = 0; i < BP_GET_NDVAS(bp); i++) { in zfs_blkptr_verify()
1831 == BP_GET_NDVAS(bp)); in zio_write_compress()
2913 ASSERT3U(zio->io_prop.zp_copies, <=, BP_GET_NDVAS(zio->io_bp)); in zio_write_gang_member_ready()
2914 ASSERT3U(pio->io_prop.zp_copies, <=, BP_GET_NDVAS(pio->io_bp)); in zio_write_gang_member_ready()
2915 VERIFY3U(BP_GET_NDVAS(zio->io_bp), <=, BP_GET_NDVAS(pio->io_bp)); in zio_write_gang_member_ready()
2918 for (int d = 0; d < BP_GET_NDVAS(zio->io_bp); d++) { in zio_write_gang_member_ready()
3132 zp->zp_copies != BP_GET_NDVAS(bp_orig)) in zio_nop_write()
3153 for (int d = 0; d < BP_GET_NDVAS(bp_orig); d++) { in zio_nop_write()
3663 ASSERT0(BP_GET_NDVAS(bp)); in zio_dva_allocate()
4719 BP_GET_NDVAS(zio->io_bp)); in zio_done()
[all …]
HDdsl_scan.c450 sio->sio_nr_dvas = BP_GET_NDVAS(bp); in bp2sio()
3164 for (i = 0; i < BP_GET_NDVAS(bp); i++) { in scan_io_queues_update_zio_stats()
4619 switch (BP_GET_NDVAS(bp)) { in count_block()
4672 scan_io_t *sio = sio_alloc(BP_GET_NDVAS(bp)); in scan_io_queue_insert()
4707 for (int i = 0; i < BP_GET_NDVAS(bp); i++) { in dsl_scan_enqueue()
4760 for (int d = 0; d < BP_GET_NDVAS(bp); d++) { in dsl_scan_scrub_cb()
5109 srch_sio = sio_alloc(BP_GET_NDVAS(bp)); in dsl_scan_freed_dva()
5175 for (int i = 0; i < BP_GET_NDVAS(bp); i++) in dsl_scan_freed()
HDmetaslab.c4593 int ndvas = BP_GET_NDVAS(bp); in metaslab_group_alloc_verify()
5506 if (BP_GET_NDVAS(bp) < 1) in spa_remap_blkptr()
5819 ASSERT(BP_GET_NDVAS(bp) == 0); in metaslab_alloc()
5820 ASSERT(hintbp == NULL || ndvas <= BP_GET_NDVAS(hintbp)); in metaslab_alloc()
5846 ASSERT(BP_GET_NDVAS(bp) == ndvas); in metaslab_alloc()
5859 int ndvas = BP_GET_NDVAS(bp); in metaslab_free()
5909 int ndvas = BP_GET_NDVAS(bp); in metaslab_claim()
6004 for (int i = 0; i < BP_GET_NDVAS(bp); i++) { in metaslab_check_free()
HDzio_inject.c228 for (i = BP_GET_NDVAS(zio->io_bp) - 1; i >= 0; i--) { in zio_match_dva()
HDvdev_mirror.c299 c = BP_GET_NDVAS(zio->io_bp); in vdev_mirror_map_init()
HDspa_misc.c2140 for (int d = 0; d < BP_GET_NDVAS(bp); d++) in bp_get_dsize_sync()
2153 for (int d = 0; d < BP_GET_NDVAS(bp); d++) in bp_get_dsize()
HDddt.c1211 ddp = &dde->dde_phys[BP_GET_NDVAS(bp)]; in ddt_addref()
HDzil.c1362 int ndvas = BP_GET_NDVAS(bp); in zil_lwb_add_block()
/freebsd-14-stable/sys/contrib/openzfs/include/sys/
HDspa.h529 #define BP_GET_NDVAS(bp) \ macro
656 for (int d = 0; d < BP_GET_NDVAS(bp); d++) { \
/freebsd-14-stable/sys/cddl/boot/zfs/
HDzfsimpl.h425 #define BP_GET_NDVAS(bp) \ macro
/freebsd-14-stable/sys/contrib/openzfs/cmd/zdb/
HDzdb.c2505 int ndvas = dump_opt['d'] > 5 ? BP_GET_NDVAS(bp) : 1; in snprintf_blkptr_compact()
5763 switch (BP_GET_NDVAS(bp)) { in zdb_count_block()
6171 ASSERT3U(BP_GET_NDVAS(bp), ==, 1); in increment_indirect_mapping_cb()