Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dbtree.c79 if (!hdr->bth_core) { in zfs_btree_poison_node()
103 if (!hdr->bth_core) { in zfs_btree_poison_node_at()
122 if (hdr->bth_core) { in zfs_btree_verify_poison_at()
792 if (hdr->bth_core) { in zfs_btree_find_parent_idx()
1578 if (hdr->bth_core) { in zfs_btree_remove_idx()
1834 if (hdr->bth_core) { in zfs_btree_clear_helper()
1871 if (!hdr->bth_core) in zfs_btree_verify_pointers_helper()
1900 if (!hdr->bth_core) { in zfs_btree_verify_counts_helper()
1946 if (!hdr->bth_core) { in zfs_btree_verify_height_helper()
1986 if (!hdr->bth_core) { in zfs_btree_verify_order_helper()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dbtree.h75 boolean_t bth_core; member