Searched refs:end_io_wq (Results 1 – 1 of 1) sorted by relevance
707 struct btrfs_end_io_wq *end_io_wq = bio->bi_private; in end_workqueue_bio() local712 fs_info = end_io_wq->info; in end_workqueue_bio()713 end_io_wq->error = bio->bi_error; in end_workqueue_bio()716 if (end_io_wq->metadata == BTRFS_WQ_ENDIO_METADATA) { in end_workqueue_bio()719 } else if (end_io_wq->metadata == BTRFS_WQ_ENDIO_FREE_SPACE) { in end_workqueue_bio()722 } else if (end_io_wq->metadata == BTRFS_WQ_ENDIO_RAID56) { in end_workqueue_bio()730 if (unlikely(end_io_wq->metadata == in end_workqueue_bio()734 } else if (end_io_wq->metadata == BTRFS_WQ_ENDIO_RAID56) { in end_workqueue_bio()737 } else if (end_io_wq->metadata) { in end_workqueue_bio()746 btrfs_init_work(&end_io_wq->work, func, end_workqueue_fn, NULL, NULL); in end_workqueue_bio()[all …]