Searched defs:f2fs_gc_control (Results 1 – 1 of 1) sorted by relevance
1469 struct f2fs_gc_control { struct1470 unsigned int victim_segno; /* target victim segment number */1471 int init_gc_type; /* FG_GC or BG_GC */1472 bool no_bg_gc; /* check the space and stop bg_gc */1473 bool should_migrate_blocks; /* should migrate blocks */1474 bool err_gc_skipped; /* return EAGAIN if GC skipped */1475 bool one_time; /* require one time GC in one migration unit */1476 unsigned int nr_free_secs; /* # of free sections to do GC */1477 struct f2fs_lock_context lc; /* lock context for gc_lock */