Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzio_checksum.c207 ASSERT(BP_IS_GANG(bp)); in zio_checksum_gang_verifier()
298 (BP_IS_GANG(bp) ? ZIO_CHECKSUM_GANG_HEADER : BP_GET_CHECKSUM(bp))); in zio_checksum_error()
302 (BP_IS_GANG(bp) ? SPA_GANGBLOCKSIZE : BP_GET_PSIZE(bp))); in zio_checksum_error()
359 ASSERT(!BP_IS_GANG(bp)); in zio_checksum_error()
HDzio.c599 if (zio->io_child_type > ZIO_CHILD_GANG && BP_IS_GANG(bp)) in zio_create()
735 if (BP_IS_GANG(bp)) in zfs_blkptr_verify()
855 if (zfs_trim_enabled || BP_IS_GANG(bp) || BP_GET_DEDUP(bp) || in zio_free()
890 else if (BP_IS_GANG(bp) || BP_GET_DEDUP(bp)) in zio_free_sync()
1242 ASSERT(BP_IS_EMBEDDED(bp) || MIN(zp->zp_copies + BP_IS_GANG(bp), in zio_write_bp_init()
1792 BP_IS_GANG(bp) ? SPA_GANGBLOCKSIZE : BP_GET_PSIZE(bp), in zio_free_gang()
1862 ASSERT(BP_IS_GANG(bp)); in zio_gang_tree_assemble()
1891 if (!BP_IS_GANG(gbp)) in zio_gang_tree_assemble_done()
1903 ASSERT(BP_IS_GANG(bp) == !!gn); in zio_gang_tree_issue()
1937 ASSERT(BP_IS_GANG(bp) && zio->io_gang_leader == NULL); in zio_gang_assemble()
[all …]
HDvdev_raidz.c1894 (BP_IS_GANG(bp) ? ZIO_CHECKSUM_GANG_HEADER : BP_GET_CHECKSUM(bp))); in raidz_parity_verify()
HDzil.c855 ASSERT(!BP_IS_GANG(zio->io_bp)); in zil_lwb_write_done()
HDzvol.c371 if (BP_IS_GANG(bp))
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDspa.h495 #define BP_IS_GANG(bp) \ macro
578 if (BP_IS_GANG(bp) && \
591 BP_IS_GANG(bp) ? "gang" : "contiguous", \
/NextBSD/sys/cddl/boot/zfs/
HDzfsimpl.h414 #define BP_IS_GANG(bp) DVA_GET_GANG(BP_IDENTITY(bp)) macro
HDzfssubr.c173 ASSERT(BP_IS_GANG(bp)); in zio_checksum_gang_verifier()