Lines Matching defs:bio_post_read_ctx
62 struct bio_post_read_ctx {
87 static void bio_post_read_processing(struct bio_post_read_ctx *ctx);
91 struct bio_post_read_ctx *ctx =
92 container_of(work, struct bio_post_read_ctx, work);
103 struct bio_post_read_ctx *ctx =
104 container_of(work, struct bio_post_read_ctx, work);
110 * another bio_post_read_ctx to be allocated. So to guarantee that
123 static void bio_post_read_processing(struct bio_post_read_ctx *ctx)
172 struct bio_post_read_ctx *ctx = bio->bi_private;
201 struct bio_post_read_ctx *ctx =
404 bio_post_read_ctx_cache = KMEM_CACHE(bio_post_read_ctx, SLAB_RECLAIM_ACCOUNT);