Searched refs:bio_crypt_dun_is_contiguous (Results 1 – 3 of 3) sorted by relevance
86 bool bio_crypt_dun_is_contiguous(const struct bio_crypt_ctx *bc,
156 bool bio_crypt_dun_is_contiguous(const struct bio_crypt_ctx *bc, in bio_crypt_dun_is_contiguous() function209 return !bc1 || bio_crypt_dun_is_contiguous(bc1, bc1_bytes, bc2->bc_dun); in bio_crypt_ctx_mergeable()
367 return bio_crypt_dun_is_contiguous(bc, bio->bi_iter.bi_size, next_dun); in fscrypt_mergeable_bio()