Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A Dblk-crypto-internal.h157 static inline int blk_crypto_rq_bio_prep(struct request *rq, struct bio *bio, in blk_crypto_rq_bio_prep() function
H A Dblk-core.c1643 if (rq->bio && blk_crypto_rq_bio_prep(rq, rq->bio, gfp_mask) < 0) in blk_rq_prep_clone()
H A Dblk-mq.c1995 err = blk_crypto_rq_bio_prep(rq, bio, GFP_NOIO); in blk_mq_bio_to_request()
/OK3568_Linux_fs/kernel/Documentation/block/
H A Dinline-encryption.rst126 When the first bio is added to a request, ``blk_crypto_rq_bio_prep`` is called,