Searched refs:ms_allocating (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dmetaslab_impl.h316 * added to a per txg allocation tree (ms_allocating). As blocks are
336 * free segment (ms_allocatable) -> ms_allocating[4] -> (write to space map)
401 range_tree_t *ms_allocating[TXG_SIZE]; member in struct:metaslab
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c1991 range_tree_space(msp->ms_allocating[(txg + t) & TXG_MASK]);
2746 ms->ms_allocating[t] = range_tree_create(NULL, type,
2869 range_tree_destroy(msp->ms_allocating[t]);
3671 * the ms_defer trees, and all the ms_allocating trees. We ignore
3682 * map. We do the same with the ms_allocating trees for the same
3734 range_tree_walk(msp->ms_allocating[(txg + t) & TXG_MASK],
4025 range_tree_t *alloctree = msp->ms_allocating[txg & TXG_MASK];
4276 ASSERT0(range_tree_space(msp->ms_allocating[txg & TXG_MASK]));
4277 ASSERT0(range_tree_space(msp->ms_allocating[TXG_CLEAN(txg)
4305 msp->ms_allocating[(tx
[all...]
H A Dvdev_rebuild.c847 if (range_tree_space(msp->ms_allocating[j])) {
869 msp->ms_allocating[i]));
H A Dvdev_removal.c482 ASSERT0(range_tree_space(ms->ms_allocating[t]));
1640 ASSERT0(range_tree_space(msp->ms_allocating[i]));
1896 ASSERT0(range_tree_space(msp->ms_allocating[i]));

Completed in 129 milliseconds