Home
last modified time | relevance | path

Searched refs:bt_bytes (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbptree.c79 bt->bt_bytes = 0; in bptree_alloc()
96 ASSERT0(bt->bt_bytes); in bptree_free()
144 bt->bt_bytes += bytes; in bptree_add()
164 ba->ba_phys->bt_bytes -= bp_get_dsize_sync(spa, bp); in bptree_visit_cb()
290 ba.ba_phys->bt_bytes = 0; in bptree_iterate()
295 ASSERT0(ba.ba_phys->bt_bytes); in bptree_iterate()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dbptree.h38 uint64_t bt_bytes; member
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c2826 zdb_nicenum(bt->bt_bytes, bytes, sizeof (bytes)); in dump_bptree()