Lines Matching defs:bio_post_read_ctx
63 struct bio_post_read_ctx {
94 static void bio_post_read_processing(struct bio_post_read_ctx *ctx);
98 struct bio_post_read_ctx *ctx =
99 container_of(work, struct bio_post_read_ctx, work);
108 struct bio_post_read_ctx *ctx =
109 container_of(work, struct bio_post_read_ctx, work);
115 * another bio_post_read_ctx to be allocated. So to guarantee that
128 static void bio_post_read_processing(struct bio_post_read_ctx *ctx)
177 struct bio_post_read_ctx *ctx = bio->bi_private;
206 struct bio_post_read_ctx *ctx =
420 sizeof(struct bio_post_read_ctx), 0, 0, NULL);