Lines Matching refs:l_hdr

967 		zfs_btree_hdr_t *l_hdr = idx.bti_node;  in zfs_btree_bulk_finish()  local
992 bt_transfer_leaf(tree, l_neighbor, l_hdr->bth_count - in zfs_btree_bulk_finish()
999 bcpy(l_neighbor->btl_elems + (l_hdr->bth_first + in zfs_btree_bulk_finish()
1000 l_hdr->bth_count - move_count) * size, separator, size); in zfs_btree_bulk_finish()
1003 bt_shrink_leaf(tree, l_neighbor, l_hdr->bth_count - move_count, in zfs_btree_bulk_finish()
1006 ASSERT3U(l_hdr->bth_count, >=, capacity / 2); in zfs_btree_bulk_finish()
1493 zfs_btree_hdr_t *l_hdr = (parent_idx == 0 ? NULL : in zfs_btree_remove_from_node() local
1495 if (l_hdr != NULL && l_hdr->bth_count > min_count) { in zfs_btree_remove_from_node()
1497 ASSERT(zfs_btree_is_core(l_hdr)); in zfs_btree_remove_from_node()
1498 zfs_btree_core_t *neighbor = (zfs_btree_core_t *)l_hdr; in zfs_btree_remove_from_node()
1516 neighbor->btc_children[l_hdr->bth_count]; in zfs_btree_remove_from_node()
1521 (l_hdr->bth_count - 1) * size; in zfs_btree_remove_from_node()
1523 l_hdr->bth_count--; in zfs_btree_remove_from_node()
1524 zfs_btree_poison_node_at(tree, l_hdr, l_hdr->bth_count, 1); in zfs_btree_remove_from_node()
1584 if (l_hdr != NULL) { in zfs_btree_remove_from_node()
1585 keep_hdr = l_hdr; in zfs_btree_remove_from_node()
1743 zfs_btree_hdr_t *l_hdr = (parent_idx == 0 ? NULL : in zfs_btree_remove_idx() local
1745 if (l_hdr != NULL && l_hdr->bth_count > min_count) { in zfs_btree_remove_idx()
1747 ASSERT(!zfs_btree_is_core(l_hdr)); in zfs_btree_remove_idx()
1748 zfs_btree_leaf_t *neighbor = (zfs_btree_leaf_t *)l_hdr; in zfs_btree_remove_idx()
1763 (l_hdr->bth_first + l_hdr->bth_count - 1) * size; in zfs_btree_remove_idx()
1767 bt_shrink_leaf(tree, neighbor, l_hdr->bth_count - 1, 1); in zfs_btree_remove_idx()
1814 if (l_hdr != NULL) { in zfs_btree_remove_idx()
1815 k_hdr = l_hdr; in zfs_btree_remove_idx()