Home
last modified time | relevance | path

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

/Linux-v6.1/block/
Dblk-crypto.c149 bool bio_crypt_dun_is_contiguous(const struct bio_crypt_ctx *bc, in bio_crypt_dun_is_contiguous() function
202 return !bc1 || bio_crypt_dun_is_contiguous(bc1, bc1_bytes, bc2->bc_dun); in bio_crypt_ctx_mergeable()
/Linux-v6.1/include/linux/
Dblk-crypto.h88 bool bio_crypt_dun_is_contiguous(const struct bio_crypt_ctx *bc,
/Linux-v6.1/fs/crypto/
Dinline_crypt.c371 return bio_crypt_dun_is_contiguous(bc, bio->bi_iter.bi_size, next_dun); in fscrypt_mergeable_bio()