Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbtree.c76 zfs_btree_is_core(struct zfs_btree_hdr *hdr) in zfs_btree_is_core() function
92 if (zfs_btree_is_core(hdr)) { in zfs_btree_poison_node()
118 if (zfs_btree_is_core(hdr)) { in zfs_btree_poison_node_at()
144 if (zfs_btree_is_core(hdr)) { in zfs_btree_verify_poison_at()
435 ASSERT(zfs_btree_is_core(&node->btc_hdr)); in bt_shift_core()
485 ASSERT(!zfs_btree_is_core(hdr)); in bt_shift_leaf()
503 ASSERT(!zfs_btree_is_core(hdr)); in bt_grow_leaf()
538 ASSERT(!zfs_btree_is_core(hdr)); in bt_shrink_leaf()
564 ASSERT(zfs_btree_is_core(&source->btc_hdr)); in bt_transfer_core()
565 ASSERT(zfs_btree_is_core(&dest->btc_hdr)); in bt_transfer_core()
[all …]