Lines Matching defs:task
2861 struct task_struct *task;
2864 task = kthread_run(btrfs_uuid_rescan_kthread, fs_info, "btrfs-uuid");
2865 if (IS_ERR(task)) {
2867 btrfs_warn(fs_info, "failed to start uuid_rescan task");
2869 return PTR_ERR(task);
4266 * We must do this before stopping the block group reclaim task, because
4275 * We may have the reclaim task running and relocating a data block group,
4278 * parking the cleaner, and that can make the async reclaim task to hang
4281 * trying to stop the async reclaim task.
4295 /* wait for the uuid_scan task to finish */