Searched refs:end_io_wq (Results 1 – 1 of 1) sorted by relevance
637 struct btrfs_end_io_wq *end_io_wq = bio->bi_private; in end_workqueue_bio() local642 fs_info = end_io_wq->info; in end_workqueue_bio()643 end_io_wq->error = bio->bi_error; in end_workqueue_bio()646 if (end_io_wq->metadata == BTRFS_WQ_ENDIO_METADATA) { in end_workqueue_bio()649 } else if (end_io_wq->metadata == BTRFS_WQ_ENDIO_FREE_SPACE) { in end_workqueue_bio()652 } else if (end_io_wq->metadata == BTRFS_WQ_ENDIO_RAID56) { in end_workqueue_bio()660 if (unlikely(end_io_wq->metadata == in end_workqueue_bio()664 } else if (end_io_wq->metadata == BTRFS_WQ_ENDIO_RAID56) { in end_workqueue_bio()667 } else if (end_io_wq->metadata) { in end_workqueue_bio()676 btrfs_init_work(&end_io_wq->work, func, end_workqueue_fn, NULL, NULL); in end_workqueue_bio()[all …]