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

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dspa_log_spacemap.c897 uint64_t oldest_flushed_txg = metaslab_unflushed_txg(oldest); local
899 /* Free all log space maps older than the oldest_flushed_txg. */
901 sls && sls->sls_txg < oldest_flushed_txg;

Completed in 105 milliseconds