Searched refs:f2fs_gc (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/fs/f2fs/ |
| D | gc.c | 105 if (f2fs_gc(sbi, test_opt(sbi, FORCE_FG_GC), true, NULL_SEGNO)) in gc_thread_func() 1252 int f2fs_gc(struct f2fs_sb_info *sbi, bool sync, in f2fs_gc() function
|
| D | file.c | 2299 ret = f2fs_gc(sbi, sync, true, NULL_SEGNO); in f2fs_ioc_gc() 2342 ret = f2fs_gc(sbi, range.sync, true, GET_SEGNO(sbi, range.start)); in f2fs_ioc_gc_range() 2777 ret = f2fs_gc(sbi, true, true, start_segno); in f2fs_ioc_flush_device()
|
| D | super.c | 1520 err = f2fs_gc(sbi, true, false, NULL_SEGNO); in f2fs_disable_checkpoint()
|
| D | f2fs.h | 3240 int f2fs_gc(struct f2fs_sb_info *sbi, bool sync, bool background,
|
| D | segment.c | 500 f2fs_gc(sbi, false, false, NULL_SEGNO); in f2fs_balance_fs()
|