Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A Dblk-crypto-internal.h101 if (bio_has_crypt_ctx(bio)) in bio_crypt_advance()
108 if (bio_has_crypt_ctx(bio)) in bio_crypt_free_ctx()
116 if (bio_has_crypt_ctx(bio)) in bio_crypt_do_front_merge()
125 if (bio_has_crypt_ctx(*bio_ptr)) in blk_crypto_bio_prep()
160 if (bio_has_crypt_ctx(bio)) in blk_crypto_rq_bio_prep()
H A Dbio-integrity.c58 if (WARN_ON_ONCE(bio_has_crypt_ctx(bio))) in bio_integrity_alloc()
/OK3568_Linux_fs/kernel/include/linux/
H A Dblk-crypto.h84 static inline bool bio_has_crypt_ctx(struct bio *bio) in bio_has_crypt_ctx() function
115 static inline bool bio_has_crypt_ctx(struct bio *bio) in bio_has_crypt_ctx() function
141 if (bio_has_crypt_ctx(src)) in bio_crypt_clone()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-default-key.c299 if (WARN_ON_ONCE(bio_has_crypt_ctx(bio))) in default_key_map()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Ddata.c460 return !bio_has_crypt_ctx(bio) && in f2fs_crypt_mergeable_bio()