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

/linux-master/fs/f2fs/
H A Diostat.h9 struct bio_post_read_ctx;
42 struct bio_post_read_ctx *post_read_ctx;
54 static inline struct bio_post_read_ctx *get_post_read_ctx(struct bio *bio)
63 struct bio *bio, struct bio_post_read_ctx *ctx);
73 struct bio *bio, struct bio_post_read_ctx *ctx) {}
76 static inline struct bio_post_read_ctx *get_post_read_ctx(struct bio *bio)
H A Diostat.c259 struct bio *bio, struct bio_post_read_ctx *ctx)
H A Ddata.c110 struct bio_post_read_ctx { struct
142 struct bio_post_read_ctx *ctx = bio->bi_private;
170 struct bio_post_read_ctx *ctx =
171 container_of(work, struct bio_post_read_ctx, work);
178 * be needed, resulting in another bio_post_read_ctx being allocated.
220 struct bio_post_read_ctx *ctx = bio->bi_private;
239 static void f2fs_handle_step_decompress(struct bio_post_read_ctx *ctx,
272 struct bio_post_read_ctx *ctx =
273 container_of(work, struct bio_post_read_ctx, work);
290 struct bio_post_read_ctx *ct
[all...]
/linux-master/fs/ext4/
H A Dreadpage.c62 struct bio_post_read_ctx { struct
80 static void bio_post_read_processing(struct bio_post_read_ctx *ctx);
84 struct bio_post_read_ctx *ctx =
85 container_of(work, struct bio_post_read_ctx, work);
96 struct bio_post_read_ctx *ctx =
97 container_of(work, struct bio_post_read_ctx, work);
103 * another bio_post_read_ctx to be allocated. So to guarantee that
116 static void bio_post_read_processing(struct bio_post_read_ctx *ctx)
165 struct bio_post_read_ctx *ctx = bio->bi_private;
194 struct bio_post_read_ctx *ct
[all...]

Completed in 200 milliseconds