Searched refs:BP_IS_GANG (Results 1 – 7 of 7) sorted by relevance
275 ASSERT(BP_IS_GANG(bp)); in zio_checksum_gang_verifier()532 (BP_IS_GANG(bp) ? ZIO_CHECKSUM_GANG_HEADER : BP_GET_CHECKSUM(bp))); in zio_checksum_error()535 (BP_IS_GANG(bp) ? SPA_GANGBLOCKSIZE : BP_GET_PSIZE(bp))); in zio_checksum_error()
857 if (zio->io_child_type > ZIO_CHILD_GANG && BP_IS_GANG(bp)) in zio_create()1060 if (BP_IS_GANG(bp)) in zfs_blkptr_verify()1098 if (BP_IS_GANG(bp)) in zfs_dva_valid()1228 if (BP_IS_GANG(bp) || in zio_free()1258 if (BP_IS_GANG(bp) || BP_GET_DEDUP(bp)) { in zio_free_sync()2628 ASSERT(BP_IS_GANG(bp)); in zio_gang_tree_assemble()2660 if (!BP_IS_GANG(gbp)) in zio_gang_tree_assemble_done()2673 ASSERT(BP_IS_GANG(bp) == !!gn); in zio_gang_tree_issue()2708 ASSERT(BP_IS_GANG(bp) && zio->io_gang_leader == NULL); in zio_gang_assemble()2727 ASSERT(BP_IS_GANG(bp) && zio->io_gang_leader == zio); in zio_gang_issue()[all …]
3886 ASSERT0(BP_IS_GANG(bp)); in scan_io_queue_insert()3920 if (!dp->dp_scan->scn_is_sorted || BP_IS_GANG(bp)) { in dsl_scan_enqueue()
1920 (BP_IS_GANG(bp) ? ZIO_CHECKSUM_GANG_HEADER : BP_GET_CHECKSUM(bp))); in raidz_parity_verify()
1229 ASSERT(!BP_IS_GANG(zio->io_bp)); in zil_lwb_write_done()
5476 if (BP_IS_GANG(bp)) in spa_remap_blkptr()
570 #define BP_IS_GANG(bp) \ macro689 if (BP_IS_GANG(bp) && \703 BP_IS_GANG(bp) ? "gang" : "contiguous", \