Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzio.c649 for (int i = 0; i < BP_GET_NDVAS(bp); i++) { in zfs_blkptr_verify()
1168 spa_max_replication(spa)) == BP_GET_NDVAS(bp)); in zio_write_bp_init()
1955 ASSERT3U(zio->io_prop.zp_copies, <=, BP_GET_NDVAS(zio->io_bp)); in zio_write_gang_member_ready()
1956 ASSERT3U(pio->io_prop.zp_copies, <=, BP_GET_NDVAS(pio->io_bp)); in zio_write_gang_member_ready()
1957 ASSERT3U(BP_GET_NDVAS(zio->io_bp), <=, BP_GET_NDVAS(pio->io_bp)); in zio_write_gang_member_ready()
1960 for (int d = 0; d < BP_GET_NDVAS(zio->io_bp); d++) { in zio_write_gang_member_ready()
2089 zp->zp_copies != BP_GET_NDVAS(bp_orig)) in zio_nop_write()
2341 ASSERT(zp->zp_copies == BP_GET_NDVAS(bp) - BP_IS_GANG(bp)); in zio_ddt_ditto_write_done()
2504 ASSERT0(BP_GET_NDVAS(bp)); in zio_dva_allocate()
3128 ASSERT3U(zio->io_prop.zp_copies, <=, BP_GET_NDVAS(bp)); in zio_done()
[all …]
H A Dmetaslab.c2492 ASSERT(BP_GET_NDVAS(bp) == 0); in metaslab_alloc()
2493 ASSERT(hintbp == NULL || ndvas <= BP_GET_NDVAS(hintbp)); in metaslab_alloc()
2508 ASSERT(BP_GET_NDVAS(bp) == ndvas); in metaslab_alloc()
2521 int ndvas = BP_GET_NDVAS(bp); in metaslab_free()
2538 int ndvas = BP_GET_NDVAS(bp); in metaslab_claim()
2572 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.c1777 for (int d = 0; d < BP_GET_NDVAS(bp); d++) in bp_get_dsize_sync()
1790 for (int d = 0; d < BP_GET_NDVAS(bp); d++) in bp_get_dsize()
H A Ddsl_scan.c1723 switch (BP_GET_NDVAS(bp)) { in count_block()
1800 for (int d = 0; d < BP_GET_NDVAS(bp); d++) { in dsl_scan_scrub_cb()
H A Dzil.c770 int ndvas = BP_GET_NDVAS(bp); in zil_add_block()
/titanic_50/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h243 #define BP_GET_NDVAS(bp) \ macro
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h428 #define BP_GET_NDVAS(bp) \ macro
555 for (int d = 0; d < BP_GET_NDVAS(bp); d++) { \
/titanic_50/usr/src/cmd/zdb/
H A Dzdb.c1166 int ndvas = dump_opt['d'] > 5 ? BP_GET_NDVAS(bp) : 1; in snprintf_blkptr_compact()
2359 switch (BP_GET_NDVAS(bp)) { in zdb_count_block()