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

/linux-master/include/linux/
H A Dblk-crypto.h86 bool bio_crypt_dun_is_contiguous(const struct bio_crypt_ctx *bc,
/linux-master/block/
H A Dblk-crypto.c156 bool bio_crypt_dun_is_contiguous(const struct bio_crypt_ctx *bc, function
209 return !bc1 || bio_crypt_dun_is_contiguous(bc1, bc1_bytes, bc2->bc_dun);
/linux-master/fs/crypto/
H A Dinline_crypt.c369 return bio_crypt_dun_is_contiguous(bc, bio->bi_iter.bi_size, next_dun);

Completed in 120 milliseconds