Lines Matching defs:bio_in
50 struct bio *bio_in;
530 if (bio_data_dir(dmreq->ctx->bio_in) == WRITE) {
548 if (bio_data_dir(dmreq->ctx->bio_in) == WRITE)
680 if (bio_data_dir(dmreq->ctx->bio_in) != WRITE) {
703 if (bio_data_dir(dmreq->ctx->bio_in) != WRITE)
979 if (bio_data_dir(dmreq->ctx->bio_in) == WRITE) {
986 if (bio_data_dir(dmreq->ctx->bio_in) != WRITE) {
996 if (bio_data_dir(dmreq->ctx->bio_in) == WRITE) {
1016 if (bio_data_dir(dmreq->ctx->bio_in) == WRITE) {
1028 if (bio_data_dir(dmreq->ctx->bio_in) != WRITE)
1211 struct bio *bio_out, struct bio *bio_in,
1214 ctx->bio_in = bio_in;
1216 if (bio_in)
1217 ctx->iter_in = bio_in->bi_iter;
1288 struct bio_vec bv_in = bio_iter_iovec(ctx->bio_in, ctx->iter_in);
1336 if (cc->integrity_iv_size && bio_data_dir(ctx->bio_in) != WRITE) {
1351 if (bio_data_dir(ctx->bio_in) == WRITE) {
1366 DMERR_LIMIT("%s: INTEGRITY AEAD ERROR, sector %llu", bio_devname(ctx->bio_in, b),
1373 bio_advance_iter(ctx->bio_in, &ctx->iter_in, cc->sector_size);
1384 struct bio_vec bv_in = bio_iter_iovec(ctx->bio_in, ctx->iter_in);
1423 if (cc->integrity_iv_size && bio_data_dir(ctx->bio_in) != WRITE) {
1442 if (bio_data_dir(ctx->bio_in) == WRITE)
1450 bio_advance_iter(ctx->bio_in, &ctx->iter_in, cc->sector_size);
2002 switch (bio_op(ctx->bio_in)) {
2178 DMERR_LIMIT("%s: INTEGRITY AEAD ERROR, sector %llu", bio_devname(ctx->bio_in, b),