Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dgc.c129 if (f2fs_gc(sbi, sync_mode, !foreground, false, NULL_SEGNO)) in gc_thread_func()
1692 int f2fs_gc(struct f2fs_sb_info *sbi, bool sync, in f2fs_gc() function
H A Dfile.c1685 err = f2fs_gc(sbi, true, false, false, NULL_SEGNO); in expand_inode_data()
2519 ret = f2fs_gc(sbi, sync, true, false, NULL_SEGNO); in f2fs_ioc_gc()
2555 ret = f2fs_gc(sbi, range->sync, true, false, in __f2fs_ioc_gc_range()
3013 ret = f2fs_gc(sbi, true, true, true, start_segno); in f2fs_ioc_flush_device()
H A Dsuper.c2006 err = f2fs_gc(sbi, true, false, false, NULL_SEGNO); in f2fs_disable_checkpoint()
H A Df2fs.h3782 int f2fs_gc(struct f2fs_sb_info *sbi, bool sync, bool background, bool force,
H A Dsegment.c528 f2fs_gc(sbi, false, false, false, NULL_SEGNO); in f2fs_balance_fs()