Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzio.c995 if (BP_GET_PSIZE(bp) > SPA_MAXBLOCKSIZE) { in zfs_blkptr_verify()
998 bp, (longlong_t)BP_GET_PSIZE(bp)); in zfs_blkptr_verify()
1268 BP_GET_PSIZE(bp), NULL, NULL, in zio_free_sync()
1794 BP_GET_PSIZE(bp) == psize && in zio_write_compress()
2526 buf, BP_GET_PSIZE(bp)); in zio_rewrite_gang()
2692 offset += BP_GET_PSIZE(gbp); in zio_gang_tree_issue()
2989 ASSERT3U(BP_GET_PSIZE(bp), ==, BP_GET_PSIZE(bp_orig)); in zio_nop_write()
3048 ASSERT(BP_GET_PSIZE(bp) == zio->io_size); in zio_ddt_read_start()
3095 ASSERT(BP_GET_PSIZE(bp) == zio->io_size); in zio_ddt_read_done()
3166 psize = BP_GET_PSIZE(&blk); in zio_ddt_collision()
[all …]
H A Ddsl_scan.c1642 ASSERT3U(spa->spa_scrub_inflight, >=, BP_GET_PSIZE(bp)); in dsl_scan_prefetch_cb()
1643 spa->spa_scrub_inflight -= BP_GET_PSIZE(bp); in dsl_scan_prefetch_cb()
1729 spa->spa_scrub_inflight += BP_GET_PSIZE(&spic->spic_bp); in dsl_scan_prefetch_thread()
3188 -BP_GET_PSIZE(bp), -BP_GET_UCSIZE(bp), tx); in dsl_scan_free_block_cb()
3826 zb->zb_psize += BP_GET_PSIZE(bp); in count_block()
3950 size_t psize = BP_GET_PSIZE(bp); in dsl_scan_scrub_cb()
4016 spa->spa_scrub_inflight -= BP_GET_PSIZE(bp); in dsl_scan_scrub_done()
4022 queue->q_inflight_bytes -= BP_GET_PSIZE(bp); in dsl_scan_scrub_done()
4046 size_t size = BP_GET_PSIZE(bp); in scan_exec_io()
4055 spa->spa_scrub_inflight += BP_GET_PSIZE(bp); in scan_exec_io()
[all …]
H A Dbpobj.c315 comp_freed += sign * BP_GET_PSIZE(bp); in bpobj_iterate_blkptrs()
844 bpo->bpo_phys->bpo_comp += sign * BP_GET_PSIZE(bp); in bpobj_enqueue()
874 sra->comp += BP_GET_PSIZE(bp); in space_range_cb()
H A Dbptree.c165 ba->ba_phys->bt_comp -= BP_GET_PSIZE(bp); in bptree_visit_cb()
H A Dzio_checksum.c535 (BP_IS_GANG(bp) ? SPA_GANGBLOCKSIZE : BP_GET_PSIZE(bp))); in zio_checksum_error()
H A Ddmu_send.c542 DDK_SET_PSIZE(&drrw->drr_key, BP_GET_PSIZE(bp)); in dmu_dump_write()
621 drrs->drr_compressed_size = BP_GET_PSIZE(bp); in dump_spill()
1655 BP_GET_PSIZE(bp) : BP_GET_LSIZE(bp); in issue_data_read()
H A Dvdev_rebuild.c556 uint64_t psize = BP_GET_PSIZE(&blk); in vdev_rebuild_range()
H A Ddsl_deadlist.c462 dl->dl_phys->dl_comp += sign * BP_GET_PSIZE(bp); in dsl_deadlist_insert()
H A Dddt.c307 DDK_SET_PSIZE(ddk, BP_GET_PSIZE(bp)); in ddt_key_fill()
H A Ddsl_destroy.c143 poa->comp += BP_GET_PSIZE(bp); in process_old_cb()
H A Ddsl_bookmark.c1494 BP_GET_PSIZE(bp); in dsl_bookmark_block_killed()
H A Darc.c1498 VERIFY3U(BP_GET_PSIZE(zio->io_bp), ==, HDR_GET_PSIZE(hdr)); in arc_cksum_is_equal()
5653 ASSERT3U(HDR_GET_PSIZE(hdr), ==, BP_GET_PSIZE(bp)); in arc_hdr_verify()
6101 uint64_t psize = BP_GET_PSIZE(bp); in arc_read()
6796 uint64_t psize = BP_IS_HOLE(bp) ? 0 : BP_GET_PSIZE(bp); in arc_write_ready()
H A Ddsl_dataset.c133 int compressed = BP_GET_PSIZE(bp); in dsl_dataset_block_born()
249 int compressed = BP_GET_PSIZE(bp); in dsl_dataset_block_kill()
H A Dmetaslab.c5926 uint64_t psize = BP_GET_PSIZE(bp); in metaslab_fastwrite_mark()
5950 uint64_t psize = BP_GET_PSIZE(bp); in metaslab_fastwrite_unmark()
H A Dspa.c2206 spa->spa_load_verify_bytes -= BP_GET_PSIZE(bp); in spa_load_verify_done()
2240 size_t size = BP_GET_PSIZE(bp); in spa_load_verify_cb()
2403 -BP_GET_PSIZE(bp), -BP_GET_UCSIZE(bp), tx); in delete_blkptr_cb()
H A Ddbuf.c3158 ASSERT3U(BP_GET_PSIZE(zio->io_bp), ==, zio->io_size); in dbuf_prefetch_indirect_done()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa.h439 #define BP_GET_PSIZE(bp) \ macro
541 (BP_IS_METADATA(bp) ? BP_GET_PSIZE(bp) : BP_GET_LSIZE(bp))
587 BP_GET_PSIZE(bp))
708 (u_longlong_t)BP_GET_PSIZE(bp), \
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c2199 zio_nowait(zio_read(zio, spa, bp, pabd, BP_GET_PSIZE(bp), NULL, NULL, in snprintf_zstd_header()
2267 (u_longlong_t)BP_GET_PSIZE(bp), in snprintf_blkptr_compact()
5079 zb->zb_psize += BP_GET_PSIZE(bp); in zdb_count_block()
5087 unsigned idx = BP_GET_PSIZE(bp) >> SPA_MINBLOCKSHIFT; in zdb_count_block()
5155 int bin = highbit64(BP_GET_PSIZE(bp)) - 1; in zdb_count_block()
5158 zcb->zcb_psize_len[bin] += BP_GET_PSIZE(bp); in zdb_count_block()
5159 zcb->zcb_psize_total += BP_GET_PSIZE(bp); in zdb_count_block()
5211 spa->spa_load_verify_bytes -= BP_GET_PSIZE(bp); in zdb_blkptr_done()
5275 size_t size = BP_GET_PSIZE(bp); in zdb_blkptr_cb()
6544 zdde->zdde_ref_psize += BP_GET_PSIZE(bp); in zdb_ddt_add_cb()