Searched refs:f2fs_gc_task (Results 1 – 5 of 5) sorted by relevance
222 gc_th->f2fs_gc_task = kthread_run(gc_thread_func, sbi, in f2fs_start_gc_thread()224 if (IS_ERR(gc_th->f2fs_gc_task)) { in f2fs_start_gc_thread()225 int err = PTR_ERR(gc_th->f2fs_gc_task); in f2fs_start_gc_thread()227 gc_th->f2fs_gc_task = NULL; in f2fs_start_gc_thread()231 set_user_nice(gc_th->f2fs_gc_task, in f2fs_start_gc_thread()240 if (!gc_th->f2fs_gc_task) in f2fs_stop_gc_thread()243 kthread_stop(gc_th->f2fs_gc_task); in f2fs_stop_gc_thread()244 gc_th->f2fs_gc_task = NULL; in f2fs_stop_gc_thread()
667 if (sbi->gc_thread.f2fs_gc_task) { in __sbi_store()677 if (sbi->gc_thread.f2fs_gc_task) { in __sbi_store()992 if (sbi->gc_thread.f2fs_gc_task) in __sbi_store()993 set_user_nice(sbi->gc_thread.f2fs_gc_task, in __sbi_store()
2980 if (sbi->gc_thread.f2fs_gc_task) { in __f2fs_remount()2984 } else if (!sbi->gc_thread.f2fs_gc_task) { in __f2fs_remount()
1759 struct task_struct *f2fs_gc_task; member
455 if (test_opt(sbi, GC_MERGE) && sbi->gc_thread.f2fs_gc_task) { in f2fs_balance_fs()