Searched defs:bp_orig (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/i86hvm/io/
H A Dxdf_shell.c302 struct buf *bp_orig = bp->b_chain; local
305 bp_orig->b_resid = bp->b_resid;
306 bioerror(bp_orig, geterror(bp));
307 biodone(bp_orig);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddbuf.c3226 blkptr_t *bp_orig = &zio->io_bp_orig; local
3237 delta = bp_get_dsize_sync(spa, bp) - bp_get_dsize_sync(spa, bp_orig);
3384 blkptr_t *bp_orig = &zio->io_bp_orig; local
3398 ASSERT(BP_EQUAL(bp, bp_orig));
3401 (void) dsl_dataset_block_kill(ds, bp_orig, tx, B_TRUE);
H A Ddmu.c1486 blkptr_t *bp_orig = &zio->io_bp_orig; local
1487 uint8_t chksum = BP_GET_CHECKSUM(bp_orig);
1489 ASSERT(BP_EQUAL(bp, bp_orig));
1527 blkptr_t *bp_orig = &zio->io_bp_orig; local
1536 ASSERT(BP_EQUAL(bp, bp_orig));
1538 ASSERT(BP_IS_HOLE(bp_orig) || !BP_EQUAL(bp, bp_orig));
H A Ddmu_objset.c1088 blkptr_t *bp_orig = &zio->io_bp_orig; local
1092 ASSERT(BP_EQUAL(bp, bp_orig));
1097 (void) dsl_dataset_block_kill(ds, bp_orig, tx, B_TRUE);
H A Dzio.c2223 blkptr_t *bp_orig = &zio->io_bp_orig; local
2239 if (BP_IS_HOLE(bp_orig) ||
2242 BP_GET_CHECKSUM(bp) != BP_GET_CHECKSUM(bp_orig) ||
2243 BP_GET_COMPRESS(bp) != BP_GET_COMPRESS(bp_orig) ||
2244 BP_GET_DEDUP(bp) != BP_GET_DEDUP(bp_orig) ||
2245 zp->zp_copies != BP_GET_NDVAS(bp_orig))
2252 if (ZIO_CHECKSUM_EQUAL(bp->blk_cksum, bp_orig->blk_cksum)) {
2255 ASSERT3U(BP_GET_PSIZE(bp), ==, BP_GET_PSIZE(bp_orig));
2256 ASSERT3U(BP_GET_LSIZE(bp), ==, BP_GET_LSIZE(bp_orig));
2258 ASSERT(bcmp(&bp->blk_prop, &bp_orig
[all...]

Completed in 95 milliseconds