Lines Matching defs:bioctx
77 struct dmz_bioctx *bioctx =
82 if (bioctx->dev && bio->bi_status != BLK_STS_OK)
83 bioctx->dev->flags |= DMZ_CHECK_BDEV;
85 if (refcount_dec_and_test(&bioctx->ref)) {
86 struct dm_zone *zone = bioctx->zone;
105 struct dmz_bioctx *bioctx = clone->bi_private;
109 dmz_bio_endio(bioctx->bio, status);
120 struct dmz_bioctx *bioctx =
133 bioctx->dev = dev;
138 clone->bi_private = bioctx;
142 refcount_inc(&bioctx->ref);
399 struct dmz_bioctx *bioctx =
422 bioctx->zone = zone;
630 struct dmz_bioctx *bioctx = dm_per_bio_data(bio, sizeof(struct dmz_bioctx));
654 bioctx->dev = NULL;
655 bioctx->zone = NULL;
656 bioctx->bio = bio;
657 refcount_set(&bioctx->ref, 1);