Searched refs:f2fs_gc (Results 1 – 5 of 5) sorted by relevance
/fs/f2fs/ |
D | gc.c | 105 if (f2fs_gc(sbi, test_opt(sbi, FORCE_FG_GC), true, NULL_SEGNO)) in gc_thread_func() 1258 int f2fs_gc(struct f2fs_sb_info *sbi, bool sync, in f2fs_gc() function
|
D | file.c | 1567 err = f2fs_gc(sbi, true, false, NULL_SEGNO); in expand_inode_data() 2335 ret = f2fs_gc(sbi, sync, true, NULL_SEGNO); in f2fs_ioc_gc() 2378 ret = f2fs_gc(sbi, range.sync, true, GET_SEGNO(sbi, range.start)); in f2fs_ioc_gc_range() 2813 ret = f2fs_gc(sbi, true, true, start_segno); in f2fs_ioc_flush_device()
|
D | f2fs.h | 3266 int f2fs_gc(struct f2fs_sb_info *sbi, bool sync, bool background,
|
D | super.c | 1542 err = f2fs_gc(sbi, true, false, NULL_SEGNO); in f2fs_disable_checkpoint()
|
D | segment.c | 509 f2fs_gc(sbi, false, false, NULL_SEGNO); in f2fs_balance_fs()
|