Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzio.c648 for (int i = 0; i < BP_GET_NDVAS(bp); i++) { in zfs_blkptr_verify()
1165 spa_max_replication(spa)) == BP_GET_NDVAS(bp)); in zio_write_bp_init()
1900 ASSERT3U(zio->io_prop.zp_copies, <=, BP_GET_NDVAS(zio->io_bp)); in zio_write_gang_member_ready()
1901 ASSERT3U(pio->io_prop.zp_copies, <=, BP_GET_NDVAS(pio->io_bp)); in zio_write_gang_member_ready()
1902 ASSERT3U(BP_GET_NDVAS(zio->io_bp), <=, BP_GET_NDVAS(pio->io_bp)); in zio_write_gang_member_ready()
1905 for (int d = 0; d < BP_GET_NDVAS(zio->io_bp); d++) { in zio_write_gang_member_ready()
2023 zp->zp_copies != BP_GET_NDVAS(bp_orig)) in zio_nop_write()
2274 ASSERT(zp->zp_copies == BP_GET_NDVAS(bp) - BP_IS_GANG(bp)); in zio_ddt_ditto_write_done()
2436 ASSERT0(BP_GET_NDVAS(bp)); in zio_dva_allocate()
3060 ASSERT3U(zio->io_prop.zp_copies, <=, BP_GET_NDVAS(bp)); in zio_done()
[all …]
H A Dmetaslab.c2490 ASSERT(BP_GET_NDVAS(bp) == 0); in metaslab_alloc()
2491 ASSERT(hintbp == NULL || ndvas <= BP_GET_NDVAS(hintbp)); in metaslab_alloc()
2506 ASSERT(BP_GET_NDVAS(bp) == ndvas); in metaslab_alloc()
2519 int ndvas = BP_GET_NDVAS(bp); in metaslab_free()
2536 int ndvas = BP_GET_NDVAS(bp); in metaslab_claim()
2570 for (int i = 0; i < BP_GET_NDVAS(bp); i++) { in metaslab_check_free()
H A Dvdev_mirror.c84 c = BP_GET_NDVAS(zio->io_bp); in vdev_mirror_map_alloc()
H A Dspa_misc.c1769 for (int d = 0; d < BP_GET_NDVAS(bp); d++) in bp_get_dsize_sync()
1782 for (int d = 0; d < BP_GET_NDVAS(bp); d++) in bp_get_dsize()
H A Ddsl_scan.c1702 switch (BP_GET_NDVAS(bp)) { in count_block()
1779 for (int d = 0; d < BP_GET_NDVAS(bp); d++) { in dsl_scan_scrub_cb()
H A Dzil.c769 int ndvas = BP_GET_NDVAS(bp); in zil_add_block()
/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h242 #define BP_GET_NDVAS(bp) \ macro
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h418 #define BP_GET_NDVAS(bp) \ macro
545 for (int d = 0; d < BP_GET_NDVAS(bp); d++) { \
/titanic_41/usr/src/cmd/zdb/
H A Dzdb.c1153 int ndvas = dump_opt['d'] > 5 ? BP_GET_NDVAS(bp) : 1; in snprintf_blkptr_compact()
2310 switch (BP_GET_NDVAS(bp)) { in zdb_count_block()