Home
last modified time | relevance | path

Searched refs:bc1_bytes (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/block/
Dblk-crypto.c194 bool bio_crypt_ctx_mergeable(struct bio_crypt_ctx *bc1, unsigned int bc1_bytes, in bio_crypt_ctx_mergeable() argument
200 return !bc1 || bio_crypt_dun_is_contiguous(bc1, bc1_bytes, bc2->bc_dun); in bio_crypt_ctx_mergeable()
Dblk-crypto-internal.h28 bool bio_crypt_ctx_mergeable(struct bio_crypt_ctx *bc1, unsigned int bc1_bytes,