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

/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dmetaslab_impl.h387 * of the metaslab's space map based on ms_synced_length. That
558 uint64_t ms_synced_length; member in struct:metaslab
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c2331 uint64_t length = msp->ms_synced_length;
2444 * in ms_freed [see ms_synced_length].
2453 * [see ms_synced_length]. Thus we need to remove them
3874 * update ms_synced_length here in case it doesn't.
3876 msp->ms_synced_length = space_map_length(msp->ms_sm);
4413 msp->ms_synced_length = space_map_length(msp->ms_sm);

Completed in 122 milliseconds