Home
last modified time | relevance | path

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

/Linux-v5.10/fs/f2fs/
Dgc.c115 if (f2fs_gc(sbi, sync_mode, true, NULL_SEGNO)) in gc_thread_func()
1638 int f2fs_gc(struct f2fs_sb_info *sbi, bool sync, in f2fs_gc() function
Dfile.c1636 err = f2fs_gc(sbi, true, false, NULL_SEGNO); in expand_inode_data()
2471 ret = f2fs_gc(sbi, sync, true, NULL_SEGNO); in f2fs_ioc_gc()
2514 ret = f2fs_gc(sbi, range.sync, true, GET_SEGNO(sbi, range.start)); in f2fs_ioc_gc_range()
2957 ret = f2fs_gc(sbi, true, true, start_segno); in f2fs_ioc_flush_device()
Dsuper.c1726 err = f2fs_gc(sbi, true, false, NULL_SEGNO); in f2fs_disable_checkpoint()
Df2fs.h3522 int f2fs_gc(struct f2fs_sb_info *sbi, bool sync, bool background,
Dsegment.c510 f2fs_gc(sbi, false, false, NULL_SEGNO); in f2fs_balance_fs()