Searched refs:end_io_wq (Results 1 – 1 of 1) sorted by relevance
708 struct btrfs_end_io_wq *end_io_wq = bio->bi_private; in end_workqueue_bio() local713 fs_info = end_io_wq->info; in end_workqueue_bio()714 end_io_wq->error = err; in end_workqueue_bio()717 if (end_io_wq->metadata == BTRFS_WQ_ENDIO_METADATA) { in end_workqueue_bio()720 } else if (end_io_wq->metadata == BTRFS_WQ_ENDIO_FREE_SPACE) { in end_workqueue_bio()723 } else if (end_io_wq->metadata == BTRFS_WQ_ENDIO_RAID56) { in end_workqueue_bio()731 if (unlikely(end_io_wq->metadata == in end_workqueue_bio()735 } else if (end_io_wq->metadata == BTRFS_WQ_ENDIO_RAID56) { in end_workqueue_bio()738 } else if (end_io_wq->metadata) { in end_workqueue_bio()747 btrfs_init_work(&end_io_wq->work, func, end_workqueue_fn, NULL, NULL); in end_workqueue_bio()[all …]