Home
last modified time | relevance | path

Searched refs:bt_uncomp (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbptree.c81 bt->bt_uncomp = 0; in bptree_alloc()
98 ASSERT0(bt->bt_uncomp); in bptree_free()
146 bt->bt_uncomp += uncomp; in bptree_add()
166 ba->ba_phys->bt_uncomp -= BP_GET_UCSIZE(bp); in bptree_visit_cb()
292 ba.ba_phys->bt_uncomp = 0; in bptree_iterate()
297 ASSERT0(ba.ba_phys->bt_uncomp); in bptree_iterate()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dbptree.h40 uint64_t bt_uncomp; member