Lines Matching refs:bio_post_read_ctx
64 struct bio_post_read_ctx { struct
95 static void bio_post_read_processing(struct bio_post_read_ctx *ctx);
99 struct bio_post_read_ctx *ctx = in decrypt_work()
100 container_of(work, struct bio_post_read_ctx, work); in decrypt_work()
109 struct bio_post_read_ctx *ctx = in verity_work()
110 container_of(work, struct bio_post_read_ctx, work); in verity_work()
129 static void bio_post_read_processing(struct bio_post_read_ctx *ctx) in bio_post_read_processing()
192 struct bio_post_read_ctx *ctx = bio->bi_private; in mpage_end_io()
207 static struct bio_post_read_ctx *get_bio_post_read_ctx(struct inode *inode, in get_bio_post_read_ctx()
212 struct bio_post_read_ctx *ctx = NULL; in get_bio_post_read_ctx()
416 struct bio_post_read_ctx *ctx; in ext4_mpage_readpages()
473 sizeof(struct bio_post_read_ctx), 0, 0, NULL); in ext4_init_post_read_processing()