Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dbtree.c551 zfs_btree_hdr_t *new_root_hdr = &new_root->btc_hdr; in zfs_btree_insert_into_parent() local
552 new_root_hdr->bth_parent = NULL; in zfs_btree_insert_into_parent()
553 new_root_hdr->bth_core = B_TRUE; in zfs_btree_insert_into_parent()
554 new_root_hdr->bth_count = 1; in zfs_btree_insert_into_parent()
562 tree->bt_root = new_root_hdr; in zfs_btree_insert_into_parent()
563 zfs_btree_poison_node(tree, new_root_hdr); in zfs_btree_insert_into_parent()