Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbtree.c659 zfs_btree_hdr_t *new_root_hdr = &new_root->btc_hdr; in zfs_btree_insert_into_parent() local
660 new_root_hdr->bth_parent = NULL; in zfs_btree_insert_into_parent()
661 new_root_hdr->bth_first = -1; in zfs_btree_insert_into_parent()
662 new_root_hdr->bth_count = 1; in zfs_btree_insert_into_parent()
670 tree->bt_root = new_root_hdr; in zfs_btree_insert_into_parent()
671 zfs_btree_poison_node(tree, new_root_hdr); in zfs_btree_insert_into_parent()