Lines Matching refs:ASSERT3U

119 		ASSERT3U(idx, >=, hdr->bth_count);  in zfs_btree_poison_node_at()
120 ASSERT3U(idx, <=, BTREE_CORE_ELEMS); in zfs_btree_poison_node_at()
121 ASSERT3U(idx + count, <=, BTREE_CORE_ELEMS); in zfs_btree_poison_node_at()
129 ASSERT3U(idx, <=, tree->bt_leaf_cap); in zfs_btree_poison_node_at()
130 ASSERT3U(idx + count, <=, tree->bt_leaf_cap); in zfs_btree_poison_node_at()
145 ASSERT3U(idx, <, BTREE_CORE_ELEMS); in zfs_btree_verify_poison_at()
152 ASSERT3U(idx, <, tree->bt_leaf_cap); in zfs_btree_verify_poison_at()
215 ASSERT3U(size, <=, esize / 2); in zfs_btree_create_custom()
504 ASSERT3U(idx, <=, hdr->bth_count); in bt_grow_leaf()
506 ASSERT3U(hdr->bth_count + n, <=, capacity); in bt_grow_leaf()
539 ASSERT3U(idx, <=, hdr->bth_count); in bt_shrink_leaf()
540 ASSERT3U(idx + n, <=, hdr->bth_count); in bt_shrink_leaf()
621 ASSERT3U(par_hdr->bth_count, <, BTREE_CORE_ELEMS); in zfs_btree_insert_core_impl()
687 ASSERT3U(offset, <=, par_hdr->bth_count); in zfs_btree_insert_into_parent()
720 ASSERT3U(BTREE_CORE_ELEMS - move_count, >=, 2); in zfs_btree_insert_into_parent()
796 ASSERT3U(leaf->btl_hdr.bth_count, <, tree->bt_leaf_cap); in zfs_btree_insert_leaf_impl()
844 ASSERT3U(keep_count, >=, 1); in zfs_btree_insert_into_leaf()
912 ASSERT3U(idx.bti_offset, <=, parent->btc_hdr.bth_count); in zfs_btree_find_parent_idx()
969 ASSERT3U(l_neighbor->btl_hdr.bth_count - move_count, >=, in zfs_btree_bulk_finish()
1006 ASSERT3U(l_hdr->bth_count, >=, capacity / 2); in zfs_btree_bulk_finish()
1007 ASSERT3U(hdr->bth_count, >=, capacity / 2); in zfs_btree_bulk_finish()
1032 ASSERT3U(parent_idx, >, 0); in zfs_btree_bulk_finish()
1036 ASSERT3U(l_neighbor->btc_hdr.bth_count - move_count, >=, in zfs_btree_bulk_finish()
1074 ASSERT3U(l_neighbor->btc_hdr.bth_count, >=, capacity / 2); in zfs_btree_bulk_finish()
1075 ASSERT3U(hdr->bth_count, >=, capacity / 2); in zfs_btree_bulk_finish()
1111 ASSERT3U(tree->bt_num_elems, ==, 1); in zfs_btree_add_idx()
1440 ASSERT3U(hdr->bth_count, ==, 1); in zfs_btree_remove_from_node()
1455 ASSERT3U(idx, <=, hdr->bth_count); in zfs_btree_remove_from_node()
1474 ASSERT3U(hdr->bth_count, ==, min_count); in zfs_btree_remove_from_node()
1623 ASSERT3U(keep_hdr->bth_count, ==, (min_count * 2) + 1); in zfs_btree_remove_from_node()
1704 ASSERT3U(hdr->bth_count, >, 0); in zfs_btree_remove_idx()
1725 ASSERT3U(hdr->bth_count, ==, min_count); in zfs_btree_remove_idx()
1825 ASSERT3U(k_hdr->bth_count, ==, min_count); in zfs_btree_remove_idx()
1826 ASSERT3U(rm_hdr->bth_count, ==, min_count); in zfs_btree_remove_idx()
1846 ASSERT3U(k_hdr->bth_count, ==, min_count * 2); in zfs_btree_remove_idx()