Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dbtree.c75 zfs_btree_is_core(struct zfs_btree_hdr *hdr) in zfs_btree_is_core() function
91 if (zfs_btree_is_core(hdr)) { in zfs_btree_poison_node()
117 if (zfs_btree_is_core(hdr)) { in zfs_btree_poison_node_at()
143 if (zfs_btree_is_core(hdr)) { in zfs_btree_verify_poison_at()
398 ASSERT(zfs_btree_is_core(&node->btc_hdr)); in bt_shift_core()
448 ASSERT(!zfs_btree_is_core(hdr)); in bt_shift_leaf()
466 ASSERT(!zfs_btree_is_core(hdr)); in bt_grow_leaf()
501 ASSERT(!zfs_btree_is_core(hdr)); in bt_shrink_leaf()
527 ASSERT(zfs_btree_is_core(&source->btc_hdr)); in bt_transfer_core()
528 ASSERT(zfs_btree_is_core(&dest->btc_hdr)); in bt_transfer_core()
[all …]