Home
last modified time | relevance | path

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

/block/
Dbio-crypt-ctx.c97 bool bio_crypt_ctx_compatible(struct bio *b_1, struct bio *b_2) in bio_crypt_ctx_compatible() argument
100 struct bio_crypt_ctx *bc2 = b_2->bi_crypt_context; in bio_crypt_ctx_compatible()
113 struct bio *b_2) in bio_crypt_ctx_mergeable() argument
116 struct bio_crypt_ctx *bc2 = b_2->bi_crypt_context; in bio_crypt_ctx_mergeable()
118 if (!bio_crypt_ctx_compatible(b_1, b_2)) in bio_crypt_ctx_mergeable()