Searched refs:cleaner_kthread (Results 1 – 2 of 2) sorted by relevance
1766 static int cleaner_kthread(void *arg) in cleaner_kthread() function1860 wake_up_process(root->fs_info->cleaner_kthread); in transaction_kthread()2935 fs_info->cleaner_kthread = kthread_run(cleaner_kthread, tree_root, in open_ctree()2937 if (IS_ERR(fs_info->cleaner_kthread)) in open_ctree()3078 kthread_stop(fs_info->cleaner_kthread); in open_ctree()3702 wake_up_process(root->fs_info->cleaner_kthread); in btrfs_commit_super()3753 kthread_stop(fs_info->cleaner_kthread); in close_ctree()
1619 struct task_struct *cleaner_kthread; member