Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-crypto-internal.h147 if (bio_has_crypt_ctx(bio)) in bio_crypt_advance()
154 if (bio_has_crypt_ctx(bio)) in bio_crypt_free_ctx()
162 if (bio_has_crypt_ctx(bio)) in bio_crypt_do_front_merge()
171 if (bio_has_crypt_ctx(*bio_ptr)) in blk_crypto_bio_prep()
213 if (bio_has_crypt_ctx(bio)) in blk_crypto_rq_bio_prep()
H A Dbio-integrity-auto.c150 if (WARN_ON_ONCE(bio_has_crypt_ctx(bio))) in bio_integrity_prep()
/linux/include/linux/
H A Dblk-crypto.h130 static inline bool bio_has_crypt_ctx(struct bio *bio) in bio_has_crypt_ctx() function
167 static inline bool bio_has_crypt_ctx(struct bio *bio) in bio_has_crypt_ctx() function
189 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()
/linux/fs/f2fs/
H A Ddata.c504 return !bio_has_crypt_ctx(bio); in f2fs_crypt_mergeable_bio()