Searched refs:BP_IS_GANG (Results 1 – 8 of 8) sorted by relevance
134 ASSERT(BP_IS_GANG(bp)); in zio_checksum_gang_verifier()196 (BP_IS_GANG(bp) ? ZIO_CHECKSUM_GANG_HEADER : BP_GET_CHECKSUM(bp))); in zio_checksum_error()200 (BP_IS_GANG(bp) ? SPA_GANGBLOCKSIZE : BP_GET_PSIZE(bp))); in zio_checksum_error()253 ASSERT(!BP_IS_GANG(bp)); in zio_checksum_error()
543 if (zio->io_child_type > ZIO_CHILD_GANG && BP_IS_GANG(bp)) in zio_create()679 if (BP_IS_GANG(bp)) in zfs_blkptr_verify()799 if (BP_IS_GANG(bp) || BP_GET_DEDUP(bp) || in zio_free()830 if (BP_IS_GANG(bp) || BP_GET_DEDUP(bp)) in zio_free_sync()1164 ASSERT(BP_IS_EMBEDDED(bp) || MIN(zp->zp_copies + BP_IS_GANG(bp), in zio_write_bp_init()1777 ASSERT(BP_IS_GANG(bp)); in zio_gang_tree_assemble()1806 if (!BP_IS_GANG(gbp)) in zio_gang_tree_assemble_done()1818 ASSERT(BP_IS_GANG(bp) == !!gn); in zio_gang_tree_issue()1852 ASSERT(BP_IS_GANG(bp) && zio->io_gang_leader == NULL); in zio_gang_assemble()1871 ASSERT(BP_IS_GANG(bp) && zio->io_gang_leader == zio); in zio_gang_issue()[all …]
846 ASSERT(!BP_IS_GANG(zio->io_bp)); in zil_lwb_write_done()
269 if (BP_IS_GANG(bp)) in zvol_map_block()
1873 (BP_IS_GANG(bp) ? ZIO_CHECKSUM_GANG_HEADER : BP_GET_CHECKSUM(bp))); in raidz_parity_verify()
50 (BP_IS_GANG((zio)->io_bp) ? \
274 #define BP_IS_GANG(bp) DVA_GET_GANG(BP_IDENTITY(bp)) macro
473 #define BP_IS_GANG(bp) \ macro556 if (BP_IS_GANG(bp) && \569 BP_IS_GANG(bp) ? "gang" : "contiguous", \