Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/f2fs/
H A Dgc.c1709 unsigned long long last_skipped = sbi->skipped_atomic_files[FG_GC]; in f2fs_gc() local
1724 first_skipped = last_skipped; in f2fs_gc()
1767 if (sbi->skipped_atomic_files[FG_GC] > last_skipped || in f2fs_gc()
1770 last_skipped = sbi->skipped_atomic_files[FG_GC]; in f2fs_gc()
1796 if (first_skipped < last_skipped && in f2fs_gc()
1797 (last_skipped - first_skipped) > in f2fs_gc()

Completed in 3 milliseconds