Searched refs:f2fs_gc (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/fs/f2fs/ |
D | file.c | 1677 err = f2fs_gc(sbi, true, false, false, NULL_SEGNO); in expand_inode_data() 2452 ret = f2fs_gc(sbi, sync, true, false, NULL_SEGNO); in f2fs_ioc_gc() 2488 ret = f2fs_gc(sbi, range->sync, true, false, in __f2fs_ioc_gc_range() 2942 ret = f2fs_gc(sbi, true, true, true, start_segno); in f2fs_ioc_flush_device()
|
D | gc.c | 129 if (f2fs_gc(sbi, sync_mode, !foreground, false, NULL_SEGNO)) in gc_thread_func() 1679 int f2fs_gc(struct f2fs_sb_info *sbi, bool sync, in f2fs_gc() function
|
D | f2fs.h | 3633 int f2fs_gc(struct f2fs_sb_info *sbi, bool sync, bool background, bool force,
|
D | super.c | 2049 err = f2fs_gc(sbi, true, false, false, NULL_SEGNO); in f2fs_disable_checkpoint()
|
D | segment.c | 527 f2fs_gc(sbi, false, false, false, NULL_SEGNO); in f2fs_balance_fs()
|