Searched refs:bio_post_read_ctx (Results 1 – 2 of 2) sorted by relevance
64 struct bio_post_read_ctx { struct95 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()[all …]
123 struct bio_post_read_ctx { struct174 static void bio_post_read_processing(struct bio_post_read_ctx *ctx);176 static void f2fs_decrypt_work(struct bio_post_read_ctx *ctx) in f2fs_decrypt_work()181 static void f2fs_decompress_work(struct bio_post_read_ctx *ctx) in f2fs_decompress_work()231 struct bio_post_read_ctx *ctx = in f2fs_verity_work()232 container_of(work, struct bio_post_read_ctx, work); in f2fs_verity_work()263 struct bio_post_read_ctx *ctx = in f2fs_post_read_work()264 container_of(work, struct bio_post_read_ctx, work); in f2fs_post_read_work()288 static void bio_post_read_processing(struct bio_post_read_ctx *ctx) in bio_post_read_processing()327 struct bio_post_read_ctx *ctx = bio->bi_private; in f2fs_read_end_io()[all …]