Home
last modified time | relevance | path

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

/Linux-v6.1/fs/f2fs/
Dgc.c150 if (f2fs_gc(sbi, &gc_control)) { in gc_thread_func()
1764 int f2fs_gc(struct f2fs_sb_info *sbi, struct f2fs_gc_control *gc_control) in f2fs_gc() function
Dfile.c1735 err = f2fs_gc(sbi, &gc_control); in expand_inode_data()
2444 ret = f2fs_gc(sbi, &gc_control); in f2fs_ioc_gc()
2487 ret = f2fs_gc(sbi, &gc_control); in __f2fs_ioc_gc_range()
2952 ret = f2fs_gc(sbi, &gc_control); in f2fs_ioc_flush_device()
Dsuper.c2126 err = f2fs_gc(sbi, &gc_control); in f2fs_disable_checkpoint()
Df2fs.h3836 int f2fs_gc(struct f2fs_sb_info *sbi, struct f2fs_gc_control *gc_control);
Dsegment.c410 f2fs_gc(sbi, &gc_control); in f2fs_balance_fs()