Home
last modified time | relevance | path

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

/Linux-v5.10/fs/f2fs/
Dgc.c1650 unsigned long long last_skipped = sbi->skipped_atomic_files[FG_GC]; in f2fs_gc() local
1665 first_skipped = last_skipped; in f2fs_gc()
1708 if (sbi->skipped_atomic_files[FG_GC] > last_skipped || in f2fs_gc()
1711 last_skipped = sbi->skipped_atomic_files[FG_GC]; in f2fs_gc()
1728 if (first_skipped < last_skipped && in f2fs_gc()
1729 (last_skipped - first_skipped) > in f2fs_gc()