Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzio_checksum.c254 ASSERT(BP_IS_GANG(bp)); in zio_checksum_gang_verifier()
437 (BP_IS_GANG(bp) ? ZIO_CHECKSUM_GANG_HEADER : BP_GET_CHECKSUM(bp))); in zio_checksum_error()
440 (BP_IS_GANG(bp) ? SPA_GANGBLOCKSIZE : BP_GET_PSIZE(bp))); in zio_checksum_error()
HDzio.c686 if (zio->io_child_type > ZIO_CHILD_GANG && BP_IS_GANG(bp)) in zio_create()
832 if (BP_IS_GANG(bp)) in zfs_blkptr_verify()
864 if (BP_IS_GANG(bp)) in zfs_dva_valid()
986 if (zfs_trim_enabled || BP_IS_GANG(bp) || BP_GET_DEDUP(bp) || in zio_free()
1022 else if (BP_IS_GANG(bp) || BP_GET_DEDUP(bp)) in zio_free_sync()
1454 ASSERT(BP_IS_EMBEDDED(bp) || MIN(zp->zp_copies + BP_IS_GANG(bp), in zio_write_compress()
2104 BP_IS_GANG(bp) ? SPA_GANGBLOCKSIZE : BP_GET_PSIZE(bp), in zio_free_gang()
2176 ASSERT(BP_IS_GANG(bp)); in zio_gang_tree_assemble()
2208 if (!BP_IS_GANG(gbp)) in zio_gang_tree_assemble_done()
2221 ASSERT(BP_IS_GANG(bp) == !!gn); in zio_gang_tree_issue()
[all …]
HDdsl_scan.c3554 ASSERT0(BP_IS_GANG(bp)); in scan_io_queue_insert()
3588 if (!dp->dp_scan->scn_is_sorted || BP_IS_GANG(bp)) { in dsl_scan_enqueue()
HDvdev_raidz.c2127 (BP_IS_GANG(bp) ? ZIO_CHECKSUM_GANG_HEADER : BP_GET_CHECKSUM(bp))); in raidz_parity_verify()
HDzil.c1119 ASSERT(!BP_IS_GANG(zio->io_bp)); in zil_lwb_write_done()
HDzvol.c398 if (BP_IS_GANG(bp))
HDmetaslab.c3718 if (BP_IS_GANG(bp)) in spa_remap_blkptr()
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDspa.h512 #define BP_IS_GANG(bp) \ macro
595 if (BP_IS_GANG(bp) && \
608 BP_IS_GANG(bp) ? "gang" : "contiguous", \
/freebsd-11-stable/sys/cddl/boot/zfs/
HDzfsimpl.h422 #define BP_IS_GANG(bp) DVA_GET_GANG(BP_IDENTITY(bp)) macro
HDzfssubr.c211 ASSERT(BP_IS_GANG(bp)); in zio_checksum_gang_verifier()