Home
last modified time | relevance | path

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

/fs/f2fs/
Dgc.c105 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
Dfile.c1567 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()
Df2fs.h3266 int f2fs_gc(struct f2fs_sb_info *sbi, bool sync, bool background,
Dsuper.c1542 err = f2fs_gc(sbi, true, false, NULL_SEGNO); in f2fs_disable_checkpoint()
Dsegment.c509 f2fs_gc(sbi, false, false, NULL_SEGNO); in f2fs_balance_fs()