Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dgc.c138 if (f2fs_gc(sbi, &gc_control)) { in gc_thread_func()
1805 int f2fs_gc(struct f2fs_sb_info *sbi, struct f2fs_gc_control *gc_control) in f2fs_gc() function
H A Dfile.c1784 err = f2fs_gc(sbi, &gc_control); in f2fs_expand_inode_data()
2579 ret = f2fs_gc(sbi, &gc_control); in f2fs_ioc_gc()
2623 ret = f2fs_gc(sbi, &gc_control); in __f2fs_ioc_gc_range()
3120 ret = f2fs_gc(sbi, &gc_control); in f2fs_ioc_flush_device()
H A Df2fs.h3866 int f2fs_gc(struct f2fs_sb_info *sbi, struct f2fs_gc_control *gc_control);
H A Dsuper.c2212 err = f2fs_gc(sbi, &gc_control); in f2fs_disable_checkpoint()
H A Dsegment.c449 f2fs_gc(sbi, &gc_control); in f2fs_balance_fs()