Searched refs:ms_condensing (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dmetaslab_impl.h361 * metaslab needs to condense then we must set the ms_condensing flag to
426 boolean_t ms_condensing; /* condensing? */ member in struct:metaslab
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c1952 ASSERT(!msp->ms_condensing);
2305 ASSERT(!msp->ms_condensing);
2399 ASSERT(!msp->ms_condensing);
2530 ASSERT(!msp->ms_condensing);
3747 * consumers to change it's content. Set the metaslab's ms_condensing
3753 msp->ms_condensing = B_TRUE;
3796 msp->ms_condensing = B_FALSE;
4655 VERIFY(!msp->ms_condensing);
4732 if (msp->ms_condensing || msp->ms_disabled > 0 || msp->ms_new)
5000 if (msp->ms_condensing) {
[all...]

Completed in 93 milliseconds