Home
last modified time | relevance | path

Searched refs:f2fs_gc (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/fs/f2fs/
Dfile.c1677 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()
Dgc.c129 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
Df2fs.h3633 int f2fs_gc(struct f2fs_sb_info *sbi, bool sync, bool background, bool force,
Dsuper.c2049 err = f2fs_gc(sbi, true, false, false, NULL_SEGNO); in f2fs_disable_checkpoint()
Dsegment.c527 f2fs_gc(sbi, false, false, false, NULL_SEGNO); in f2fs_balance_fs()