Searched refs:cleaner_kthread (Results 1 – 2 of 2) sorted by relevance
1428 static int cleaner_kthread(void *arg) in cleaner_kthread() function1497 wake_up_process(root->fs_info->cleaner_kthread); in transaction_kthread()1842 fs_info->cleaner_kthread = kthread_run(cleaner_kthread, tree_root, in open_ctree()1844 if (IS_ERR(fs_info->cleaner_kthread)) in open_ctree()1901 kthread_stop(fs_info->cleaner_kthread); in open_ctree()2265 kthread_stop(root->fs_info->cleaner_kthread); in close_ctree()
767 struct task_struct *cleaner_kthread; member