Searched defs:bio_in (Results 1 - 1 of 1) sorted by relevance

/drivers/md/
H A Ddm-crypt.c39 struct bio *bio_in; member in struct:convert_context
579 if (bio_data_dir(dmreq->ctx->bio_in) == WRITE) {
595 if (bio_data_dir(dmreq->ctx->bio_in) == WRITE)
721 if (bio_data_dir(dmreq->ctx->bio_in) != WRITE) {
742 if (bio_data_dir(dmreq->ctx->bio_in) != WRITE)
799 struct bio *bio_out, struct bio *bio_in,
802 ctx->bio_in = bio_in;
804 if (bio_in)
805 ctx->iter_in = bio_in
797 crypt_convert_init(struct crypt_config *cc, struct convert_context *ctx, struct bio *bio_out, struct bio *bio_in, sector_t sector) argument
[all...]

Completed in 99 milliseconds