Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dbtree.c235 last_leaf->btl_hdr.bth_count; in zfs_btree_find()
424 ASSERT(!node->btl_hdr.bth_core); in bt_shift_leaf()
473 ASSERT(!source->btl_hdr.bth_core); in bt_transfer_leaf()
474 ASSERT(!dest->btl_hdr.bth_core); in bt_transfer_leaf()
694 leaf->btl_hdr.bth_count); in zfs_btree_insert_leaf_impl()
747 leaf->btl_hdr.bth_count = keep_count; in zfs_btree_insert_into_leaf()
783 zfs_btree_insert_into_parent(tree, &leaf->btl_hdr, &new_leaf->btl_hdr, in zfs_btree_insert_into_leaf()
866 leaf->btl_hdr.bth_count + i); in zfs_btree_bulk_finish()
1011 tree->bt_root = &leaf->btl_hdr; in zfs_btree_add_idx()
1148 out_idx->bti_node = &leaf->btl_hdr; in zfs_btree_next_helper()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dbtree.h90 zfs_btree_hdr_t btl_hdr; member