Lines Matching defs:bio_post_read_ctx
124 struct bio_post_read_ctx {
175 static void bio_post_read_processing(struct bio_post_read_ctx *ctx);
177 static void f2fs_decrypt_work(struct bio_post_read_ctx *ctx)
182 static void f2fs_decompress_work(struct bio_post_read_ctx *ctx)
232 struct bio_post_read_ctx *ctx =
233 container_of(work, struct bio_post_read_ctx, work);
242 * in another bio_post_read_ctx being allocated. So to prevent
264 struct bio_post_read_ctx *ctx =
265 container_of(work, struct bio_post_read_ctx, work);
289 static void bio_post_read_processing(struct bio_post_read_ctx *ctx)
328 struct bio_post_read_ctx *ctx = bio->bi_private;
1037 struct bio_post_read_ctx *ctx;
2204 struct bio_post_read_ctx *ctx;
4221 sizeof(struct bio_post_read_ctx), 0, 0, NULL);