Searched refs:cleaner_kthread (Results 1 – 3 of 3) sorted by relevance
1839 static int cleaner_kthread(void *arg) in cleaner_kthread() function1962 wake_up_process(fs_info->cleaner_kthread); in transaction_kthread()3581 fs_info->cleaner_kthread = kthread_run(cleaner_kthread, tree_root, in open_ctree()3583 if (IS_ERR(fs_info->cleaner_kthread)) in open_ctree()3677 kthread_stop(fs_info->cleaner_kthread); in open_ctree()4324 wake_up_process(fs_info->cleaner_kthread); in btrfs_commit_super()4347 kthread_park(fs_info->cleaner_kthread); in close_ctree()4409 kthread_stop(fs_info->cleaner_kthread); in close_ctree()
829 struct task_struct *cleaner_kthread; member
3376 wake_up_process(fs_info->cleaner_kthread); in btrfs_add_delayed_iput()
Completed in 36 milliseconds