Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dbtree.c280 node->btc_hdr.bth_count, value, &idx); in zfs_btree_find()
374 ASSERT(node->btc_hdr.bth_core); in bt_shift_core()
456 ASSERT(source->btc_hdr.bth_core); in bt_transfer_core()
457 ASSERT(dest->btc_hdr.bth_core); in bt_transfer_core()
509 zfs_btree_hdr_t *par_hdr = &parent->btc_hdr; in zfs_btree_insert_core_impl()
539 zfs_btree_hdr_t *par_hdr = &parent->btc_hdr; in zfs_btree_insert_into_parent()
676 &new_parent->btc_hdr, buf); in zfs_btree_insert_into_parent()
910 zfs_btree_hdr_t *hdr = &cur->btc_hdr; in zfs_btree_bulk_finish()
1157 zfs_btree_hdr_t *hdr = &node->btc_hdr; in zfs_btree_next_helper()
1242 zfs_btree_hdr_t *hdr = &node->btc_hdr; in zfs_btree_prev()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dbtree.h84 zfs_btree_hdr_t btc_hdr; member