iter_out           51 drivers/md/dm-crypt.c 	struct bvec_iter iter_out;
iter_out          902 drivers/md/dm-crypt.c 		ctx->iter_out = bio_out->bi_iter;
iter_out          972 drivers/md/dm-crypt.c 	struct bio_vec bv_out = bio_iter_iovec(ctx->bio_out, ctx->iter_out);
iter_out         1057 drivers/md/dm-crypt.c 	bio_advance_iter(ctx->bio_out, &ctx->iter_out, cc->sector_size);
iter_out         1068 drivers/md/dm-crypt.c 	struct bio_vec bv_out = bio_iter_iovec(ctx->bio_out, ctx->iter_out);
iter_out         1131 drivers/md/dm-crypt.c 	bio_advance_iter(ctx->bio_out, &ctx->iter_out, cc->sector_size);
iter_out         1222 drivers/md/dm-crypt.c 	while (ctx->iter_in.bi_size && ctx->iter_out.bi_size) {
iter_out         1579 drivers/md/dm-crypt.c 	BUG_ON(io->ctx.iter_out.bi_size);
iter_out         1627 drivers/md/dm-crypt.c 	io->ctx.iter_out = clone->bi_iter;