Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dblk-crypto.h144 bool bio_crypt_dun_is_contiguous(const struct bio_crypt_ctx *bc,
/linux/block/
H A Dblk-crypto.c166 bool bio_crypt_dun_is_contiguous(const struct bio_crypt_ctx *bc, in bio_crypt_dun_is_contiguous() function
219 return !bc1 || bio_crypt_dun_is_contiguous(bc1, bc1_bytes, bc2->bc_dun); in bio_crypt_ctx_mergeable()
/linux/fs/crypto/
H A Dinline_crypt.c405 return bio_crypt_dun_is_contiguous(bc, bio->bi_iter.bi_size, next_dun); in fscrypt_mergeable_bio()