Lines Matching defs:counts
87 * (see below) are folded into the counts. Therefore, each
133 * the precise counts of obsolete space for each mapping entry (by
134 * integrating the obsolete spacemap into the obsolete counts) and
155 * 2. Construct in memory the precise counts of obsolete space for each
157 * counts. (See vdev_indirect_mapping_load_obsolete_{counts,spacemap}().)
170 * at the 2nd step above: reconstruct the precise counts in memory,
171 * based on the space map + counts. Then in the 3rd step, we start
664 uint32_t *counts;
687 counts = vdev_indirect_mapping_load_obsolete_counts(old_mapping);
690 counts, prev_obsolete_sm);
733 spa_condense_indirect_generate_new_mapping(vd, counts,
736 vdev_indirect_mapping_free_obsolete_counts(old_mapping, counts);
917 * On success are_precise will be set to reflect if the counts are precise.