Searched refs:end_io_wq (Results 1 – 1 of 1) sorted by relevance
687 struct btrfs_end_io_wq *end_io_wq = bio->bi_private; in end_workqueue_bio() local692 fs_info = end_io_wq->info; in end_workqueue_bio()693 end_io_wq->status = bio->bi_status; in end_workqueue_bio()696 if (end_io_wq->metadata == BTRFS_WQ_ENDIO_METADATA) { in end_workqueue_bio()699 } else if (end_io_wq->metadata == BTRFS_WQ_ENDIO_FREE_SPACE) { in end_workqueue_bio()702 } else if (end_io_wq->metadata == BTRFS_WQ_ENDIO_RAID56) { in end_workqueue_bio()710 if (unlikely(end_io_wq->metadata == in end_workqueue_bio()714 } else if (end_io_wq->metadata == BTRFS_WQ_ENDIO_RAID56) { in end_workqueue_bio()717 } else if (end_io_wq->metadata) { in end_workqueue_bio()726 btrfs_init_work(&end_io_wq->work, func, end_workqueue_fn, NULL, NULL); in end_workqueue_bio()[all …]