Home
last modified time | relevance | path

Searched refs:f2fs_gc (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/fs/f2fs/
H A Dgc.c129 if (f2fs_gc(sbi, sync_mode, !foreground, false, NULL_SEGNO)) in gc_thread_func()
170 "f2fs_gc-%u:%u", MAJOR(dev), MINOR(dev)); in f2fs_start_gc_thread()
1697 int f2fs_gc(struct f2fs_sb_info *sbi, bool sync, in f2fs_gc() function
H A Dfile.c1661 err = f2fs_gc(sbi, true, false, false, NULL_SEGNO); in expand_inode_data()
2497 ret = f2fs_gc(sbi, sync, true, false, NULL_SEGNO); in f2fs_ioc_gc()
2533 ret = f2fs_gc(sbi, range->sync, true, false, in __f2fs_ioc_gc_range()
2992 ret = f2fs_gc(sbi, true, true, true, start_segno); in f2fs_ioc_flush_device()
H A Dsuper.c1158 * - f2fs_gc -> iput -> evict in f2fs_drop_inode()
1802 err = f2fs_gc(sbi, true, false, false, NULL_SEGNO); in f2fs_disable_checkpoint()
H A Df2fs.h3543 int f2fs_gc(struct f2fs_sb_info *sbi, bool sync, bool background, bool force,
H A Dsegment.c614 f2fs_gc(sbi, false, false, false, NULL_SEGNO); in f2fs_balance_fs()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dgc.c138 if (f2fs_gc(sbi, &gc_control)) { in gc_thread_func()
192 "f2fs_gc-%u:%u", MAJOR(dev), MINOR(dev)); in f2fs_start_gc_thread()
1794 int f2fs_gc(struct f2fs_sb_info *sbi, struct f2fs_gc_control *gc_control) in f2fs_gc() function
H A Dfile.c1722 err = f2fs_gc(sbi, &gc_control); in f2fs_expand_inode_data()
2471 ret = f2fs_gc(sbi, &gc_control); in f2fs_ioc_gc()
2515 ret = f2fs_gc(sbi, &gc_control); in __f2fs_ioc_gc_range()
3003 ret = f2fs_gc(sbi, &gc_control); in f2fs_ioc_flush_device()
H A Dsegment.c439 f2fs_gc(sbi, &gc_control); in f2fs_balance_fs()
H A Dsuper.c1489 * - f2fs_gc -> iput -> evict in f2fs_drop_inode()
2253 err = f2fs_gc(sbi, &gc_control); in f2fs_disable_checkpoint()
H A Df2fs.h3869 int f2fs_gc(struct f2fs_sb_info *sbi, struct f2fs_gc_control *gc_control);

Completed in 56 milliseconds