Lines Matching refs:req
31 static inline bool bio_crypt_ctx_back_mergeable(struct request *req,
34 return bio_crypt_ctx_mergeable(req->crypt_ctx, blk_rq_bytes(req),
38 static inline bool bio_crypt_ctx_front_mergeable(struct request *req,
42 bio->bi_iter.bi_size, req->crypt_ctx);
45 static inline bool bio_crypt_ctx_merge_rq(struct request *req,
48 return bio_crypt_ctx_mergeable(req->crypt_ctx, blk_rq_bytes(req),
76 static inline bool bio_crypt_ctx_front_mergeable(struct request *req,
82 static inline bool bio_crypt_ctx_back_mergeable(struct request *req,
88 static inline bool bio_crypt_ctx_merge_rq(struct request *req,