Home
last modified time | relevance | path

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

/Linux-v5.4/fs/f2fs/
Dgc.c1264 unsigned long long last_skipped = sbi->skipped_atomic_files[FG_GC]; in f2fs_gc() local
1279 first_skipped = last_skipped; in f2fs_gc()
1322 if (sbi->skipped_atomic_files[FG_GC] > last_skipped || in f2fs_gc()
1325 last_skipped = sbi->skipped_atomic_files[FG_GC]; in f2fs_gc()
1342 if (first_skipped < last_skipped && in f2fs_gc()
1343 (last_skipped - first_skipped) > in f2fs_gc()