Home
last modified time | relevance | path

Searched refs:BP_GET_PSIZE (Results 1 – 22 of 22) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h203 #define BP_GET_PSIZE(bp) \ macro
245 BP_GET_PSIZE(bp) : BP_GET_LSIZE(bp));
286 BP_GET_PSIZE(bp))
H A Dzio.h52 SPA_GANGBLOCKSIZE : BP_GET_PSIZE((zio)->io_bp))
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c831 if (BP_GET_PSIZE(bp) > SPA_MAXBLOCKSIZE) { in zfs_blkptr_verify()
833 bp, (longlong_t)BP_GET_PSIZE(bp)); in zfs_blkptr_verify()
1607 BP_GET_PSIZE(bp) == psize && in zio_write_compress()
2185 buf, BP_GET_PSIZE(bp)); in zio_rewrite_gang()
2346 offset += BP_GET_PSIZE(gbp); in zio_gang_tree_issue()
2635 ASSERT3U(BP_GET_PSIZE(bp), ==, BP_GET_PSIZE(bp_orig)); in zio_nop_write()
2680 ASSERT(BP_GET_PSIZE(bp) == zio->io_size); in zio_ddt_read_start()
2727 ASSERT(BP_GET_PSIZE(bp) == zio->io_size); in zio_ddt_read_done()
2801 psize = BP_GET_PSIZE(&blk); in zio_ddt_collision()
3217 ASSERT3U(zio->io_size, ==, BP_GET_PSIZE(bp)); in zio_dva_allocate()
[all …]
H A Dbpobj.c256 bpo->bpo_phys->bpo_comp -= BP_GET_PSIZE(bp); in bpobj_iterate_impl()
526 bpo->bpo_phys->bpo_comp += BP_GET_PSIZE(bp); in bpobj_enqueue()
552 sra->comp += BP_GET_PSIZE(bp); in space_range_cb()
H A Ddsl_scan.c1588 ASSERT3U(spa->spa_scrub_inflight, >=, BP_GET_PSIZE(bp)); in dsl_scan_prefetch_cb()
1589 spa->spa_scrub_inflight -= BP_GET_PSIZE(bp); in dsl_scan_prefetch_cb()
1677 spa->spa_scrub_inflight += BP_GET_PSIZE(&spic->spic_bp); in dsl_scan_prefetch_thread()
3086 -BP_GET_PSIZE(bp), -BP_GET_UCSIZE(bp), tx); in dsl_scan_free_block_cb()
3712 zb->zb_psize += BP_GET_PSIZE(bp); in count_block()
3835 size_t psize = BP_GET_PSIZE(bp); in dsl_scan_scrub_cb()
3901 spa->spa_scrub_inflight -= BP_GET_PSIZE(bp); in dsl_scan_scrub_done()
3907 queue->q_inflight_bytes -= BP_GET_PSIZE(bp); in dsl_scan_scrub_done()
3931 size_t size = BP_GET_PSIZE(bp); in scan_exec_io()
3938 spa->spa_scrub_inflight += BP_GET_PSIZE(bp); in scan_exec_io()
[all …]
H A Dbptree.c164 ba->ba_phys->bt_comp -= BP_GET_PSIZE(bp); in bptree_visit_cb()
H A Ddmu_send.c344 DDK_SET_PSIZE(&drrw->drr_key, BP_GET_PSIZE(bp)); in dump_write()
422 drrs->drr_compressed_size = BP_GET_PSIZE(bp); in dump_spill()
1498 space->compressed += BP_GET_PSIZE(bp); in dmu_calculate_send_traversal()
H A Dzio_checksum.c537 (BP_IS_GANG(bp) ? SPA_GANGBLOCKSIZE : BP_GET_PSIZE(bp))); in zio_checksum_error()
H A Ddsl_deadlist.c242 dl->dl_phys->dl_comp += BP_GET_PSIZE(bp); in dsl_deadlist_insert()
H A Ddsl_destroy.c138 poa->comp += BP_GET_PSIZE(bp); in process_old_cb()
H A Dddt.c292 DDK_SET_PSIZE(ddk, BP_GET_PSIZE(bp)); in ddt_key_fill()
H A Darc.c1337 VERIFY3U(BP_GET_PSIZE(zio->io_bp), ==, HDR_GET_PSIZE(hdr)); in arc_cksum_is_equal()
5336 ASSERT3U(HDR_GET_PSIZE(hdr), ==, BP_GET_PSIZE(bp)); in arc_hdr_verify()
5801 uint64_t psize = BP_GET_PSIZE(bp); in arc_read()
6408 uint64_t psize = BP_IS_HOLE(bp) ? 0 : BP_GET_PSIZE(bp); in arc_write_ready()
H A Ddsl_dataset.c121 int compressed = BP_GET_PSIZE(bp); in dsl_dataset_block_born()
212 int compressed = BP_GET_PSIZE(bp); in dsl_dataset_block_kill()
H A Ddbuf.c2687 ASSERT3U(BP_GET_PSIZE(zio->io_bp), ==, zio->io_size); in dbuf_prefetch_indirect_done()
H A Dspa.c2144 size_t size = BP_GET_PSIZE(bp); in spa_load_verify_cb()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h432 #define BP_GET_PSIZE(bp) \ macro
531 (BP_IS_METADATA(bp) ? BP_GET_PSIZE(bp) : BP_GET_LSIZE(bp))
568 BP_GET_PSIZE(bp))
680 (u_longlong_t)BP_GET_PSIZE(bp), \
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c344 buf += BP_GET_PSIZE(&zio_gb->zg_blkptr[i]); in zio_read_gang()
362 psize = BP_GET_PSIZE(bp); in zio_read_data()
484 psize = BP_GET_PSIZE(bp); in zio_read()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c234 psize = BP_GET_PSIZE(bp); in vdev_read_phys()
2228 pbuf += BP_GET_PSIZE(gbp); in zio_read_gang()
2297 size = BP_GET_PSIZE(bp); in zio_read()
2303 if (size != BP_GET_PSIZE(bp) || cpfunc != ZIO_COMPRESS_OFF) in zio_read()
2320 BP_GET_PSIZE(bp), buf, BP_GET_LSIZE(bp)); in zio_read()
2321 else if (size != BP_GET_PSIZE(bp)) in zio_read()
2322 bcopy(pbuf, buf, BP_GET_PSIZE(bp)); in zio_read()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h373 #define BP_GET_PSIZE(bp) \ macro
407 BP_GET_PSIZE(bp) : BP_GET_LSIZE(bp));
H A Dzfssubr.c277 size = BP_GET_PSIZE(bp); in zio_checksum_verify()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c1529 (u_longlong_t)BP_GET_PSIZE(bp), in snprintf_blkptr_compact()
3492 zb->zb_psize += BP_GET_PSIZE(bp); in zdb_count_block()
3500 unsigned idx = BP_GET_PSIZE(bp) >> SPA_MINBLOCKSHIFT; in zdb_count_block()
3666 size_t size = BP_GET_PSIZE(bp); in zdb_blkptr_cb()
4880 zdde->zdde_ref_psize += BP_GET_PSIZE(bp); in zdb_ddt_add_cb()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c5995 psize = BP_GET_PSIZE(&blk); in ztest_ddt_repair()