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));
1788 int f2fs_gc(struct f2fs_sb_info *sbi, struct f2fs_gc_control *gc_control) function
H A Dfile.c1743 err = f2fs_gc(sbi, &gc_control);
2500 ret = f2fs_gc(sbi, &gc_control);
2544 ret = f2fs_gc(sbi, &gc_control);
3032 ret = f2fs_gc(sbi, &gc_control);
H A Df2fs.h3876 int f2fs_gc(struct f2fs_sb_info *sbi, struct f2fs_gc_control *gc_control);
H A Dsuper.c1446 * - f2fs_gc -> iput -> evict
2199 err = f2fs_gc(sbi, &gc_control);
H A Dsegment.c442 f2fs_gc(sbi, &gc_control);

Completed in 204 milliseconds