Searched refs:f2fs_gc (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/fs/f2fs/ |
| D | gc.c | 115 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
|
| D | file.c | 1636 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()
|
| D | super.c | 1726 err = f2fs_gc(sbi, true, false, NULL_SEGNO); in f2fs_disable_checkpoint()
|
| D | f2fs.h | 3522 int f2fs_gc(struct f2fs_sb_info *sbi, bool sync, bool background,
|
| D | segment.c | 510 f2fs_gc(sbi, false, false, NULL_SEGNO); in f2fs_balance_fs()
|