Searched refs:cleaner_kthread (Results 1 – 2 of 2) sorted by relevance
1684 static int cleaner_kthread(void *arg) in cleaner_kthread() function1799 wake_up_process(fs_info->cleaner_kthread); in transaction_kthread()3119 fs_info->cleaner_kthread = kthread_run(cleaner_kthread, tree_root, in open_ctree()3121 if (IS_ERR(fs_info->cleaner_kthread)) in open_ctree()3302 kthread_stop(fs_info->cleaner_kthread); in open_ctree()3950 wake_up_process(fs_info->cleaner_kthread); in btrfs_commit_super()3973 kthread_park(fs_info->cleaner_kthread); in close_ctree()4029 kthread_stop(fs_info->cleaner_kthread); in close_ctree()
960 struct task_struct *cleaner_kthread; member