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

/linux-master/fs/f2fs/
H A Dgc.c138 if (f2fs_gc(sbi, &gc_control)) {
192 "f2fs_gc-%u:%u", MAJOR(dev), MINOR(dev));
1793 int f2fs_gc(struct f2fs_sb_info *sbi, struct f2fs_gc_control *gc_control) function
H A Dfile.c1751 err = f2fs_gc(sbi, &gc_control);
2527 ret = f2fs_gc(sbi, &gc_control);
2571 ret = f2fs_gc(sbi, &gc_control);
3063 ret = f2fs_gc(sbi, &gc_control);
H A Df2fs.h3879 int f2fs_gc(struct f2fs_sb_info *sbi, struct f2fs_gc_control *gc_control);
H A Dsuper.c1459 * - f2fs_gc -> iput -> evict
2210 err = f2fs_gc(sbi, &gc_control);
H A Dsegment.c442 f2fs_gc(sbi, &gc_control);

Completed in 300 milliseconds