Searched refs:f2fs_gc (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | gc.c | 129 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 D | file.c | 1685 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 D | super.c | 2006 err = f2fs_gc(sbi, true, false, false, NULL_SEGNO); in f2fs_disable_checkpoint()
|
| H A D | f2fs.h | 3782 int f2fs_gc(struct f2fs_sb_info *sbi, bool sync, bool background, bool force,
|
| H A D | segment.c | 528 f2fs_gc(sbi, false, false, false, NULL_SEGNO); in f2fs_balance_fs()
|