Home
last modified time | relevance | path

Searched refs:base_bio (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/md/
Ddm-crypt.c55 struct bio *base_bio; member
900 struct ablkcipher_request *req, struct bio *base_bio) in crypt_free_req() argument
902 struct dm_crypt_io *io = dm_per_bio_data(base_bio, cc->per_bio_data_size); in crypt_free_req()
1039 io->base_bio = bio; in crypt_io_init()
1058 struct bio *base_bio = io->base_bio; in crypt_dec_pending() local
1065 crypt_free_req(cc, io->ctx.req, base_bio); in crypt_dec_pending()
1067 bio_endio(base_bio, error); in crypt_dec_pending()
1122 clone->bi_rw = io->base_bio->bi_rw; in clone_init()
1136 clone = bio_clone_fast(io->base_bio, gfp, cc->bs); in kcryptd_io_read()
1288 crypt_convert_init(cc, &io->ctx, NULL, io->base_bio, sector); in kcryptd_crypt_write_convert()
[all …]