Searched refs:BP_GET_NDVAS (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | zio.c | 804 for (int i = 0; i < BP_GET_NDVAS(bp); i++) { in zfs_blkptr_verify() 1457 spa_max_replication(spa)) == BP_GET_NDVAS(bp)); in zio_write_compress() 2309 ASSERT3U(zio->io_prop.zp_copies, <=, BP_GET_NDVAS(zio->io_bp)); in zio_write_gang_member_ready() 2310 ASSERT3U(pio->io_prop.zp_copies, <=, BP_GET_NDVAS(pio->io_bp)); in zio_write_gang_member_ready() 2311 ASSERT3U(BP_GET_NDVAS(zio->io_bp), <=, BP_GET_NDVAS(pio->io_bp)); in zio_write_gang_member_ready() 2314 for (int d = 0; d < BP_GET_NDVAS(zio->io_bp); d++) { in zio_write_gang_member_ready() 2510 zp->zp_copies != BP_GET_NDVAS(bp_orig)) in zio_nop_write() 2787 ASSERT(zp->zp_copies == BP_GET_NDVAS(bp) - BP_IS_GANG(bp)); in zio_ddt_ditto_write_done() 3043 ASSERT0(BP_GET_NDVAS(bp)); in zio_dva_allocate() 3946 ASSERT3U(zio->io_prop.zp_copies, <=, BP_GET_NDVAS(bp)); in zio_done() [all …]
|
| D | metaslab.c | 3382 int ndvas = BP_GET_NDVAS(bp); in metaslab_group_alloc_verify() 4126 if (BP_GET_NDVAS(bp) < 1) in spa_remap_blkptr() 4436 ASSERT(BP_GET_NDVAS(bp) == 0); in metaslab_alloc() 4437 ASSERT(hintbp == NULL || ndvas <= BP_GET_NDVAS(hintbp)); in metaslab_alloc() 4464 ASSERT(BP_GET_NDVAS(bp) == ndvas); in metaslab_alloc() 4477 int ndvas = BP_GET_NDVAS(bp); in metaslab_free() 4527 int ndvas = BP_GET_NDVAS(bp); in metaslab_claim() 4609 for (int i = 0; i < BP_GET_NDVAS(bp); i++) { in metaslab_check_free()
|
| D | dsl_scan.c | 2581 for (i = 0; i < BP_GET_NDVAS(bp); i++) { in scan_io_queues_update_zio_stats() 3465 for (i = 0; i < BP_GET_NDVAS(bp); i++) { in count_block() 3493 switch (BP_GET_NDVAS(bp)) { in count_block() 3587 for (int i = 0; i < BP_GET_NDVAS(bp); i++) { in dsl_scan_enqueue() 3640 for (d = 0; d < BP_GET_NDVAS(bp); d++) { in dsl_scan_scrub_cb() 3996 for (int i = 0; i < BP_GET_NDVAS(bp); i++) in dsl_scan_freed()
|
| D | vdev_mirror.c | 216 c = BP_GET_NDVAS(zio->io_bp); in vdev_mirror_map_init()
|
| D | spa_misc.c | 2089 for (int d = 0; d < BP_GET_NDVAS(bp); d++) in bp_get_dsize_sync() 2102 for (int d = 0; d < BP_GET_NDVAS(bp); d++) in bp_get_dsize()
|
| D | zil.c | 992 int ndvas = BP_GET_NDVAS(bp); in zil_lwb_add_block()
|
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| D | spa.h | 460 #define BP_GET_NDVAS(bp) \ macro 585 for (int d = 0; d < BP_GET_NDVAS(bp); d++) { \
|
| /freebsd-12-stable/sys/cddl/boot/zfs/ |
| D | zfsimpl.h | 410 #define BP_GET_NDVAS(bp) \ macro
|
| /freebsd-12-stable/cddl/contrib/opensolaris/cmd/zdb/ |
| D | zdb.c | 1416 int ndvas = dump_opt['d'] > 5 ? BP_GET_NDVAS(bp) : 1; in snprintf_blkptr_compact() 2907 switch (BP_GET_NDVAS(bp)) { in zdb_count_block() 3271 ASSERT3U(BP_GET_NDVAS(bp), ==, 1); in increment_indirect_mapping_cb()
|