Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dbpobj.c316 uncomp_freed += sign * BP_GET_UCSIZE(bp); in bpobj_iterate_blkptrs()
845 bpo->bpo_phys->bpo_uncomp += sign * BP_GET_UCSIZE(bp); in bpobj_enqueue()
875 sra->uncomp += BP_GET_UCSIZE(bp); in space_range_cb()
H A Dbptree.c166 ba->ba_phys->bt_uncomp -= BP_GET_UCSIZE(bp); in bptree_visit_cb()
H A Ddsl_deadlist.c463 dl->dl_phys->dl_uncomp += sign * BP_GET_UCSIZE(bp); in dsl_deadlist_insert()
H A Ddsl_destroy.c144 poa->uncomp += BP_GET_UCSIZE(bp); in process_old_cb()
H A Ddsl_bookmark.c1496 BP_GET_UCSIZE(bp); in dsl_bookmark_block_killed()
H A Ddsl_dataset.c134 int uncompressed = BP_GET_UCSIZE(bp); in dsl_dataset_block_born()
250 int uncompressed = BP_GET_UCSIZE(bp); in dsl_dataset_block_kill()
H A Ddsl_scan.c3188 -BP_GET_PSIZE(bp), -BP_GET_UCSIZE(bp), tx); in dsl_scan_free_block_cb()
H A Dspa.c2403 -BP_GET_PSIZE(bp), -BP_GET_UCSIZE(bp), tx); in delete_blkptr_cb()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa.h540 #define BP_GET_UCSIZE(bp) \ macro