HomeSort by: relevance | last modified time | path
    Searched defs:bp_orig (Results 1 - 6 of 6) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dmu.c 1681 blkptr_t *bp_orig = &zio->io_bp_orig; local
1682 uint8_t chksum = BP_GET_CHECKSUM(bp_orig);
1684 ASSERT(BP_EQUAL(bp, bp_orig));
1722 blkptr_t *bp_orig = &zio->io_bp_orig; local
1731 ASSERT(BP_EQUAL(bp, bp_orig));
1733 ASSERT(BP_IS_HOLE(bp_orig) || !BP_EQUAL(bp, bp_orig));
dbuf.c 3202 blkptr_t *bp_orig = &zio->io_bp_orig; local
3213 delta = bp_get_dsize_sync(spa, bp) - bp_get_dsize_sync(spa, bp_orig);
3354 blkptr_t *bp_orig = &zio->io_bp_orig; local
3368 ASSERT(BP_EQUAL(bp, bp_orig));
3371 (void) dsl_dataset_block_kill(ds, bp_orig, tx, B_TRUE);
dmu_objset.c 1082 blkptr_t *bp_orig = &zio->io_bp_orig; local
1086 ASSERT(BP_EQUAL(bp, bp_orig));
1091 (void) dsl_dataset_block_kill(ds, bp_orig, tx, B_TRUE);
zio.c 2345 blkptr_t *bp_orig = &zio->io_bp_orig; local
2361 if (BP_IS_HOLE(bp_orig) ||
2364 BP_GET_CHECKSUM(bp) != BP_GET_CHECKSUM(bp_orig) ||
2365 BP_GET_COMPRESS(bp) != BP_GET_COMPRESS(bp_orig) ||
2366 BP_GET_DEDUP(bp) != BP_GET_DEDUP(bp_orig) ||
2367 zp->zp_copies != BP_GET_NDVAS(bp_orig))
2374 if (ZIO_CHECKSUM_EQUAL(bp->blk_cksum, bp_orig->blk_cksum)) {
2377 ASSERT3U(BP_GET_PSIZE(bp), ==, BP_GET_PSIZE(bp_orig));
2378 ASSERT3U(BP_GET_LSIZE(bp), ==, BP_GET_LSIZE(bp_orig));
2380 ASSERT(bcmp(&bp->blk_prop, &bp_orig->blk_prop
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
ClassFile.cc 642 bp = bp_orig = bytes;
643 bp_last = bp_orig + sz;
648 bp = bp_orig = in->bp_orig;
688 return bp - bp_orig;
701 bp = bp_orig;
727 const unsigned char *bp_orig; member in class:DataInputStream
  /src/external/gpl3/binutils.old/dist/gprofng/src/
ClassFile.cc 642 bp = bp_orig = bytes;
643 bp_last = bp_orig + sz;
648 bp = bp_orig = in->bp_orig;
688 return bp - bp_orig;
701 bp = bp_orig;
727 const unsigned char *bp_orig; member in class:DataInputStream

Completed in 45 milliseconds