Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbptree.c80 bt->bt_comp = 0; in bptree_alloc()
97 ASSERT0(bt->bt_comp); in bptree_free()
145 bt->bt_comp += comp; in bptree_add()
165 ba->ba_phys->bt_comp -= BP_GET_PSIZE(bp); in bptree_visit_cb()
291 ba.ba_phys->bt_comp = 0; in bptree_iterate()
296 ASSERT0(ba.ba_phys->bt_comp); in bptree_iterate()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dbptree.h39 uint64_t bt_comp; member