Home
last modified time | relevance | path

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

/Linux-v4.19/fs/f2fs/
Dgc.c1143 unsigned long long last_skipped = sbi->skipped_atomic_files[FG_GC]; in f2fs_gc() local
1158 first_skipped = last_skipped; in f2fs_gc()
1200 if (sbi->skipped_atomic_files[FG_GC] > last_skipped || in f2fs_gc()
1203 last_skipped = sbi->skipped_atomic_files[FG_GC]; in f2fs_gc()
1220 if (first_skipped < last_skipped && in f2fs_gc()
1221 (last_skipped - first_skipped) > in f2fs_gc()