Searched defs:base_bio (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-crypt.c | 68 struct bio *base_bio; member 1532 static void crypt_free_req(struct crypt_config *cc, void *req, struct bio *base_bio) in crypt_free_req() argument 1514 crypt_free_req_skcipher(struct crypt_config *cc, struct skcipher_request *req, struct bio *base_bio) crypt_free_req_skcipher() argument 1523 crypt_free_req_aead(struct crypt_config *cc, struct aead_request *req, struct bio *base_bio) crypt_free_req_aead() argument 1749 struct bio *base_bio = io->base_bio; crypt_dec_pending() local [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-crypt.c | 75 struct bio *base_bio; member 1553 static void crypt_free_req(struct crypt_config *cc, void *req, struct bio *base_bio) in crypt_free_req() argument 1535 crypt_free_req_skcipher(struct crypt_config *cc, struct skcipher_request *req, struct bio *base_bio) crypt_free_req_skcipher() argument 1544 crypt_free_req_aead(struct crypt_config *cc, struct aead_request *req, struct bio *base_bio) crypt_free_req_aead() argument 1795 struct bio *base_bio = io->base_bio; crypt_dec_pending() local [all...] |
Completed in 7 milliseconds