Home
last modified time | relevance | path

Searched refs:BP_GET_UCSIZE (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbpobj.c334 uncomp_freed += sign * BP_GET_UCSIZE(bp); in bpobj_iterate_blkptrs()
933 bpo->bpo_phys->bpo_uncomp += sign * BP_GET_UCSIZE(bp); in bpobj_enqueue()
964 sra->uncomp += BP_GET_UCSIZE(bp); in space_range_cb()
H A Dbptree.c167 ba->ba_phys->bt_uncomp -= BP_GET_UCSIZE(bp); in bptree_visit_cb()
H A Ddsl_deadlist.c485 dl->dl_phys->dl_uncomp += sign * BP_GET_UCSIZE(bp); in dsl_deadlist_insert()
H A Ddsl_destroy.c148 poa->uncomp += BP_GET_UCSIZE(bp); in process_old_cb()
H A Ddsl_bookmark.c1535 BP_GET_UCSIZE(bp); in dsl_bookmark_block_killed()
H A Ddsl_dataset.c143 int uncompressed = BP_GET_UCSIZE(bp); in dsl_dataset_block_born()
259 int uncompressed = BP_GET_UCSIZE(bp); in dsl_dataset_block_kill()
H A Ddsl_scan.c3610 -BP_GET_PSIZE(bp), -BP_GET_UCSIZE(bp), tx); in dsl_scan_free_block_cb()
H A Dspa.c2971 -BP_GET_PSIZE(bp), -BP_GET_UCSIZE(bp), tx); in delete_blkptr_cb()
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h421 #define BP_GET_UCSIZE(bp) \ macro
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa.h528 #define BP_GET_UCSIZE(bp) \ macro