Home
last modified time | relevance | path

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

/linux-6.1.9/block/
Dblk-crypto.c178 struct bio_crypt_ctx *bc2) in bio_crypt_ctx_compatible() argument
181 return !bc2; in bio_crypt_ctx_compatible()
183 return bc2 && bc1->bc_key == bc2->bc_key; in bio_crypt_ctx_compatible()
197 struct bio_crypt_ctx *bc2) in bio_crypt_ctx_mergeable() argument
199 if (!bio_crypt_ctx_compatible(bc1, bc2)) in bio_crypt_ctx_mergeable()
202 return !bc1 || bio_crypt_dun_is_contiguous(bc1, bc1_bytes, bc2->bc_dun); in bio_crypt_ctx_mergeable()
Dblk-crypto-internal.h34 struct bio_crypt_ctx *bc2);