Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dbtree.c77 return (hdr->bth_first == -1); in zfs_btree_is_core()
282 (last_leaf->btl_hdr.bth_first + in zfs_btree_find()
359 leaf->btl_hdr.bth_first * size, in zfs_btree_find()
511 hdr->bth_first -= n; in bt_grow_leaf()
519 uint32_t fn = hdr->bth_first - in bt_grow_leaf()
521 hdr->bth_first -= fn; in bt_grow_leaf()
544 hdr->bth_first += n; in bt_shrink_leaf()
661 new_root_hdr->bth_first = -1; in zfs_btree_insert_into_parent()
725 new_par_hdr->bth_first = -1; in zfs_btree_insert_into_parent()
1122 hdr->bth_first = 0; in zfs_btree_add_idx()
[all …]
/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dbtree.h79 uint32_t bth_first; member