zfs_btree_first_helper
VERIFY3P(zfs_btree_first_helper(tree, subtree, &new_idx), !=,
return (zfs_btree_first_helper(tree, tree->bt_root, where));
return (zfs_btree_first_helper(tree, child, out_idx));