Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A Dblk-crypto.c148 bool bio_crypt_dun_is_contiguous(const struct bio_crypt_ctx *bc, in bio_crypt_dun_is_contiguous() function
201 return !bc1 || bio_crypt_dun_is_contiguous(bc1, bc1_bytes, bc2->bc_dun); in bio_crypt_ctx_mergeable()
/OK3568_Linux_fs/kernel/include/linux/
H A Dblk-crypto.h93 bool bio_crypt_dun_is_contiguous(const struct bio_crypt_ctx *bc,
/OK3568_Linux_fs/kernel/fs/crypto/
H A Dinline_crypt.c376 return bio_crypt_dun_is_contiguous(bc, bio->bi_iter.bi_size, next_dun); in fscrypt_mergeable_bio()