Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/block/
Dblk-crypto-internal.h111 if (bio_has_crypt_ctx(bio)) in bio_crypt_advance()
118 if (bio_has_crypt_ctx(bio)) in bio_crypt_free_ctx()
126 if (bio_has_crypt_ctx(bio)) in bio_crypt_do_front_merge()
135 if (bio_has_crypt_ctx(*bio_ptr)) in blk_crypto_bio_prep()
177 if (bio_has_crypt_ctx(bio)) in blk_crypto_rq_bio_prep()
Dbio-integrity.c58 if (WARN_ON_ONCE(bio_has_crypt_ctx(bio))) in bio_integrity_alloc()
/kernel/linux/linux-5.10/include/linux/
Dblk-crypto.h79 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()
/kernel/linux/linux-5.10/fs/f2fs/
Ddata.c485 return !bio_has_crypt_ctx(bio); in f2fs_crypt_mergeable_bio()