Home
last modified time | relevance | path

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

/block/
Dbio-crypt-ctx.c99 struct bio_crypt_ctx *bc1 = b_1->bi_crypt_context; in bio_crypt_ctx_compatible() local
102 if (!bc1) in bio_crypt_ctx_compatible()
104 return bc2 && bc1->bc_key == bc2->bc_key; in bio_crypt_ctx_compatible()
115 struct bio_crypt_ctx *bc1 = b_1->bi_crypt_context; in bio_crypt_ctx_mergeable() local
121 return !bc1 || bio_crypt_dun_is_contiguous(bc1, b1_bytes, bc2->bc_dun); in bio_crypt_ctx_mergeable()