Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dgc.c2153 bool dry_run, unsigned int dry_run_sections, bool lock) in f2fs_gc_range() argument
2157 unsigned int gc_secs = dry_run_sections; in f2fs_gc_range()
2193 if (dry_run && dry_run_sections && in f2fs_gc_range()
2206 if (dry_run && dry_run_sections && !gc_secs) in f2fs_gc_range()
H A Df2fs.h4299 bool dry_run, unsigned int dry_run_sections, bool lock);