Home
last modified time | relevance | path

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

/Linux-v5.10/block/
Dblk-crypto-internal.h26 bool bio_crypt_rq_ctx_compatible(struct request *rq, struct bio *bio);
65 static inline bool bio_crypt_rq_ctx_compatible(struct request *rq, in bio_crypt_rq_ctx_compatible() function
Dblk-crypto.c184 bool bio_crypt_rq_ctx_compatible(struct request *rq, struct bio *bio) in bio_crypt_rq_ctx_compatible() function
Dblk-merge.c871 if (!bio_crypt_rq_ctx_compatible(rq, bio)) in blk_rq_merge_ok()