Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-crypto-internal.h137 if (bio_has_crypt_ctx(bio)) in bio_crypt_advance()
144 if (bio_has_crypt_ctx(bio)) in bio_crypt_free_ctx()
152 if (bio_has_crypt_ctx(bio)) in bio_crypt_do_front_merge()
161 if (bio_has_crypt_ctx(*bio_ptr)) in blk_crypto_bio_prep()
203 if (bio_has_crypt_ctx(bio)) in blk_crypto_rq_bio_prep()
/linux/include/linux/
H A Dblk-crypto.h77 static inline bool bio_has_crypt_ctx(struct bio *bio) in bio_has_crypt_ctx() function
108 static inline bool bio_has_crypt_ctx(struct bio *bio) in bio_has_crypt_ctx() function
130 if (bio_has_crypt_ctx(src)) in bio_crypt_clone()
/linux/drivers/md/
H A Ddm-io-rewind.c137 if (bio_has_crypt_ctx(bio)) in dm_bio_rewind()