Searched refs:zfs_btree_is_core (Results 1 – 1 of 1) sorted by relevance
80 zfs_btree_is_core(struct zfs_btree_hdr *hdr) in zfs_btree_is_core() function96 if (zfs_btree_is_core(hdr)) { in zfs_btree_poison_node()124 if (zfs_btree_is_core(hdr)) { in zfs_btree_poison_node_at()152 if (zfs_btree_is_core(hdr)) { in zfs_btree_verify_poison_at()448 ASSERT(zfs_btree_is_core(&node->btc_hdr)); in bt_shift_core()498 ASSERT(!zfs_btree_is_core(hdr)); in bt_shift_leaf()516 ASSERT(!zfs_btree_is_core(hdr)); in bt_grow_leaf()551 ASSERT(!zfs_btree_is_core(hdr)); in bt_shrink_leaf()577 ASSERT(zfs_btree_is_core(&source->btc_hdr)); in bt_transfer_core()578 ASSERT(zfs_btree_is_core(&dest->btc_hdr)); in bt_transfer_core()[all …]