Searched refs:BP_IS_GANG (Results 1 – 8 of 8) sorted by relevance
209 ASSERT(BP_IS_GANG(bp)); in zio_checksum_gang_verifier()300 (BP_IS_GANG(bp) ? ZIO_CHECKSUM_GANG_HEADER : BP_GET_CHECKSUM(bp))); in zio_checksum_error()304 (BP_IS_GANG(bp) ? SPA_GANGBLOCKSIZE : BP_GET_PSIZE(bp))); in zio_checksum_error()361 ASSERT(!BP_IS_GANG(bp)); in zio_checksum_error()
544 if (zio->io_child_type > ZIO_CHILD_GANG && BP_IS_GANG(bp)) in zio_create()680 if (BP_IS_GANG(bp)) in zfs_blkptr_verify()800 if (BP_IS_GANG(bp) || BP_GET_DEDUP(bp) || in zio_free()831 if (BP_IS_GANG(bp) || BP_GET_DEDUP(bp)) in zio_free_sync()1167 ASSERT(BP_IS_EMBEDDED(bp) || MIN(zp->zp_copies + BP_IS_GANG(bp), in zio_write_bp_init()1832 ASSERT(BP_IS_GANG(bp)); in zio_gang_tree_assemble()1861 if (!BP_IS_GANG(gbp)) in zio_gang_tree_assemble_done()1873 ASSERT(BP_IS_GANG(bp) == !!gn); in zio_gang_tree_issue()1907 ASSERT(BP_IS_GANG(bp) && zio->io_gang_leader == NULL); in zio_gang_assemble()1926 ASSERT(BP_IS_GANG(bp) && zio->io_gang_leader == zio); in zio_gang_issue()[all …]
1874 (BP_IS_GANG(bp) ? ZIO_CHECKSUM_GANG_HEADER : BP_GET_CHECKSUM(bp))); in raidz_parity_verify()
270 if (BP_IS_GANG(bp)) in zvol_map_block()
847 ASSERT(!BP_IS_GANG(zio->io_bp)); in zil_lwb_write_done()
50 (BP_IS_GANG((zio)->io_bp) ? \
275 #define BP_IS_GANG(bp) DVA_GET_GANG(BP_IDENTITY(bp)) macro
483 #define BP_IS_GANG(bp) \ macro566 if (BP_IS_GANG(bp) && \579 BP_IS_GANG(bp) ? "gang" : "contiguous", \