Searched refs:f2fs_gc (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/f2fs/ |
| H A D | gc.c | 160 if (f2fs_gc(sbi, &gc_control)) { in gc_thread_func() 1950 int f2fs_gc(struct f2fs_sb_info *sbi, struct f2fs_gc_control *gc_control) in f2fs_gc() function
|
| H A D | file.c | 2027 err = f2fs_gc(sbi, &gc_control); in f2fs_expand_inode_data() 2902 ret = f2fs_gc(sbi, &gc_control); in f2fs_ioc_gc() 2946 ret = f2fs_gc(sbi, &gc_control); in __f2fs_ioc_gc_range() 3456 ret = f2fs_gc(sbi, &gc_control); in f2fs_ioc_flush_device()
|
| H A D | f2fs.h | 4295 int f2fs_gc(struct f2fs_sb_info *sbi, struct f2fs_gc_control *gc_control);
|
| H A D | super.c | 2693 err = f2fs_gc(sbi, &gc_control); in f2fs_disable_checkpoint()
|
| H A D | segment.c | 475 f2fs_gc(sbi, &gc_control); in f2fs_balance_fs()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-fs-f2fs | 1002 Description: It can be used to tune priority of f2fs critical task, e.g. f2fs_ckpt, f2fs_gc
|