Home
last modified time | relevance | path

Searched refs:bio_post_read_ctx (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/fs/f2fs/
Ddata.c64 struct bio_post_read_ctx { struct
94 static void bio_post_read_processing(struct bio_post_read_ctx *ctx);
98 struct bio_post_read_ctx *ctx = in decrypt_work()
99 container_of(work, struct bio_post_read_ctx, work); in decrypt_work()
106 static void bio_post_read_processing(struct bio_post_read_ctx *ctx) in bio_post_read_processing()
135 struct bio_post_read_ctx *ctx = bio->bi_private; in f2fs_read_end_io()
544 struct bio_post_read_ctx *ctx; in f2fs_grab_read_bio()
2713 bio_post_read_ctx_cache = KMEM_CACHE(bio_post_read_ctx, 0); in f2fs_init_post_read_processing()