Home
last modified time | relevance | path

Searched refs:BP_IS_GANG (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzio.h51 (BP_IS_GANG((zio)->io_bp) ? \
H A Dspa.h279 #define BP_IS_GANG(bp) DVA_GET_GANG(BP_IDENTITY(bp)) macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_checksum.c271 ASSERT(BP_IS_GANG(bp)); in zio_checksum_gang_verifier()
534 (BP_IS_GANG(bp) ? ZIO_CHECKSUM_GANG_HEADER : BP_GET_CHECKSUM(bp))); in zio_checksum_error()
537 (BP_IS_GANG(bp) ? SPA_GANGBLOCKSIZE : BP_GET_PSIZE(bp))); in zio_checksum_error()
H A Dzio.c741 if (zio->io_child_type > ZIO_CHILD_GANG && BP_IS_GANG(bp)) in zio_create()
889 if (BP_IS_GANG(bp)) in zfs_blkptr_verify()
921 if (BP_IS_GANG(bp)) in zfs_dva_valid()
1050 if (BP_IS_GANG(bp) || in zio_free()
1083 if (BP_IS_GANG(bp) || BP_GET_DEDUP(bp)) in zio_free_sync()
2282 ASSERT(BP_IS_GANG(bp)); in zio_gang_tree_assemble()
2314 if (!BP_IS_GANG(gbp)) in zio_gang_tree_assemble_done()
2327 ASSERT(BP_IS_GANG(bp) == !!gn); in zio_gang_tree_issue()
2362 ASSERT(BP_IS_GANG(bp) && zio->io_gang_leader == NULL); in zio_gang_assemble()
2381 ASSERT(BP_IS_GANG(bp) && zio->io_gang_leader == zio); in zio_gang_issue()
[all …]
H A Ddsl_scan.c3772 ASSERT0(BP_IS_GANG(bp)); in scan_io_queue_insert()
3806 if (!dp->dp_scan->scn_is_sorted || BP_IS_GANG(bp)) { in dsl_scan_enqueue()
H A Dzvol.c278 if (BP_IS_GANG(bp)) in zvol_map_block()
H A Dzil.c1182 ASSERT(!BP_IS_GANG(zio->io_bp)); in zil_lwb_write_done()
H A Dvdev_raidz.c2001 (BP_IS_GANG(bp) ? ZIO_CHECKSUM_GANG_HEADER : BP_GET_CHECKSUM(bp))); in raidz_parity_verify()
H A Dmetaslab.c5382 if (BP_IS_GANG(bp)) in spa_remap_blkptr()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h559 #define BP_IS_GANG(bp) \ macro
661 if (BP_IS_GANG(bp) && \
675 BP_IS_GANG(bp) ? "gang" : "contiguous", \
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h436 #define BP_IS_GANG(bp) DVA_GET_GANG(BP_IDENTITY(bp)) macro
H A Dzfssubr.c210 ASSERT(BP_IS_GANG(bp)); in zio_checksum_gang_verifier()