Searched refs:BP_GET_PSIZE (Results 1 - 21 of 21) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dbptree.c165 ba->ba_phys->bt_comp -= BP_GET_PSIZE(bp);
H A Dzio.c991 if (BP_GET_PSIZE(bp) > SPA_MAXBLOCKSIZE) {
994 bp, (longlong_t)BP_GET_PSIZE(bp));
1261 return (zio_create(pio, spa, txg, bp, NULL, BP_GET_PSIZE(bp),
1262 BP_GET_PSIZE(bp), NULL, NULL,
1300 zio = zio_create(pio, spa, txg, bp, NULL, BP_GET_PSIZE(bp),
1301 BP_GET_PSIZE(bp), done, private, ZIO_TYPE_CLAIM, ZIO_PRIORITY_NOW,
1542 BP_IS_EMBEDDED(bp) ? BPE_GET_PSIZE(bp) : BP_GET_PSIZE(bp);
1788 BP_GET_PSIZE(bp) == psize &&
2489 BP_GET_PSIZE(bp), zio_gang_issue_func_done,
2520 buf, BP_GET_PSIZE(b
[all...]
H A Ddsl_scan.c1646 ASSERT3U(spa->spa_scrub_inflight, >=, BP_GET_PSIZE(bp));
1647 spa->spa_scrub_inflight -= BP_GET_PSIZE(bp);
1733 spa->spa_scrub_inflight += BP_GET_PSIZE(&spic->spic_bp);
3184 -BP_GET_PSIZE(bp), -BP_GET_UCSIZE(bp), tx);
3820 zb->zb_psize += BP_GET_PSIZE(bp);
3944 size_t psize = BP_GET_PSIZE(bp);
4009 ASSERT3U(spa->spa_scrub_inflight, >=, BP_GET_PSIZE(bp));
4010 spa->spa_scrub_inflight -= BP_GET_PSIZE(bp);
4015 ASSERT3U(queue->q_inflight_bytes, >=, BP_GET_PSIZE(bp));
4016 queue->q_inflight_bytes -= BP_GET_PSIZE(b
[all...]
H A Dbpobj.c315 comp_freed += sign * BP_GET_PSIZE(bp);
844 bpo->bpo_phys->bpo_comp += sign * BP_GET_PSIZE(bp);
874 sra->comp += BP_GET_PSIZE(bp);
H A Dzio_checksum.c535 (BP_IS_GANG(bp) ? SPA_GANGBLOCKSIZE : BP_GET_PSIZE(bp)));
H A Ddsl_deadlist.c462 dl->dl_phys->dl_comp += sign * BP_GET_PSIZE(bp);
H A Dvdev_rebuild.c559 uint64_t psize = BP_GET_PSIZE(&blk);
H A Dddt.c307 DDK_SET_PSIZE(ddk, BP_GET_PSIZE(bp));
H A Ddsl_destroy.c143 poa->comp += BP_GET_PSIZE(bp);
H A Ddmu_send.c542 DDK_SET_PSIZE(&drrw->drr_key, BP_GET_PSIZE(bp));
621 drrs->drr_compressed_size = BP_GET_PSIZE(bp);
1655 BP_GET_PSIZE(bp) : BP_GET_LSIZE(bp);
H A Ddsl_bookmark.c1494 BP_GET_PSIZE(bp);
H A Darc.c1498 VERIFY3U(BP_GET_PSIZE(zio->io_bp), ==, HDR_GET_PSIZE(hdr));
5659 ASSERT3U(HDR_GET_PSIZE(hdr), ==, BP_GET_PSIZE(bp));
6113 uint64_t psize = BP_GET_PSIZE(bp);
6797 uint64_t psize = BP_IS_HOLE(bp) ? 0 : BP_GET_PSIZE(bp);
H A Ddsl_dataset.c133 int compressed = BP_GET_PSIZE(bp);
249 int compressed = BP_GET_PSIZE(bp);
H A Dmetaslab.c5921 uint64_t psize = BP_GET_PSIZE(bp);
5945 uint64_t psize = BP_GET_PSIZE(bp);
H A Dspa.c2271 spa->spa_load_verify_bytes -= BP_GET_PSIZE(bp);
2305 size_t size = BP_GET_PSIZE(bp);
2468 -BP_GET_PSIZE(bp), -BP_GET_UCSIZE(bp), tx);
H A Ddbuf.c3159 ASSERT3U(BP_GET_PSIZE(zio->io_bp), ==, zio->io_size);
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dspa.h445 #define BP_GET_PSIZE(bp) \ macro
547 (BP_IS_METADATA(bp) ? BP_GET_PSIZE(bp) : BP_GET_LSIZE(bp))
593 BP_GET_PSIZE(bp))
714 (u_longlong_t)BP_GET_PSIZE(bp), \
/freebsd-13-stable/stand/libsa/zfs/
H A Dzfsimpl.c245 psize = BP_GET_PSIZE(bp);
2224 pbuf += BP_GET_PSIZE(gbp);
2293 size = BP_GET_PSIZE(bp);
2299 if (size != BP_GET_PSIZE(bp) || cpfunc != ZIO_COMPRESS_OFF)
2316 BP_GET_PSIZE(bp), buf, BP_GET_LSIZE(bp));
2317 else if (size != BP_GET_PSIZE(bp))
2318 bcopy(pbuf, buf, BP_GET_PSIZE(bp));
/freebsd-13-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h374 #define BP_GET_PSIZE(bp) \ macro
408 BP_GET_PSIZE(bp) : BP_GET_LSIZE(bp));
H A Dzfssubr.c282 size = BP_GET_PSIZE(bp);
/freebsd-13-stable/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c2229 zio_nowait(zio_read(zio, spa, bp, pabd, BP_GET_PSIZE(bp), NULL, NULL,
2297 (u_longlong_t)BP_GET_PSIZE(bp),
5191 zb->zb_psize += BP_GET_PSIZE(bp);
5199 unsigned idx = BP_GET_PSIZE(bp) >> SPA_MINBLOCKSHIFT;
5267 int bin = highbit64(BP_GET_PSIZE(bp)) - 1;
5270 zcb->zcb_psize_len[bin] += BP_GET_PSIZE(bp);
5271 zcb->zcb_psize_total += BP_GET_PSIZE(bp);
5323 spa->spa_load_verify_bytes -= BP_GET_PSIZE(bp);
5387 size_t size = BP_GET_PSIZE(bp);
6674 zdde->zdde_ref_psize += BP_GET_PSIZE(b
[all...]

Completed in 491 milliseconds