Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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) in get_post_read_ctx()
63 struct bio *bio, struct bio_post_read_ctx *ctx);
73 struct bio *bio, struct bio_post_read_ctx *ctx) {} in iostat_alloc_and_bind_ctx()
76 static inline struct bio_post_read_ctx *get_post_read_ctx(struct bio *bio) in get_post_read_ctx()
H A Ddata.c110 struct bio_post_read_ctx { struct
142 struct bio_post_read_ctx *ctx = bio->bi_private; in f2fs_finish_read_bio()
170 struct bio_post_read_ctx *ctx = in f2fs_verify_bio()
171 container_of(work, struct bio_post_read_ctx, work); in f2fs_verify_bio()
178 * be needed, resulting in another bio_post_read_ctx being allocated. in f2fs_verify_bio()
220 struct bio_post_read_ctx *ctx = bio->bi_private; in f2fs_verify_and_finish_bio()
239 static void f2fs_handle_step_decompress(struct bio_post_read_ctx *ctx, in f2fs_handle_step_decompress()
272 struct bio_post_read_ctx *ctx = in f2fs_post_read_work()
273 container_of(work, struct bio_post_read_ctx, work); in f2fs_post_read_work()
290 struct bio_post_read_ctx *ct in f2fs_read_end_io()
[all...]
H A Diostat.c259 struct bio *bio, struct bio_post_read_ctx *ctx) in iostat_alloc_and_bind_ctx()
/kernel/linux/linux-5.10/fs/ext4/
H A Dreadpage.c63 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()
108 struct bio_post_read_ctx *ctx = in verity_work()
109 container_of(work, struct bio_post_read_ctx, work); in verity_work()
115 * another bio_post_read_ctx to be allocated. So to guarantee that in verity_work()
128 static void bio_post_read_processing(struct bio_post_read_ctx *ctx) in bio_post_read_processing()
177 struct bio_post_read_ctx *ctx = bio->bi_private; in mpage_end_io()
206 struct bio_post_read_ctx *ct in ext4_set_bio_post_read_ctx()
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H A Dreadpage.c62 struct bio_post_read_ctx { struct
87 static void bio_post_read_processing(struct bio_post_read_ctx *ctx);
91 struct bio_post_read_ctx *ctx = in decrypt_work()
92 container_of(work, struct bio_post_read_ctx, work); in decrypt_work()
103 struct bio_post_read_ctx *ctx = in verity_work()
104 container_of(work, struct bio_post_read_ctx, work); in verity_work()
110 * another bio_post_read_ctx to be allocated. So to guarantee that in verity_work()
123 static void bio_post_read_processing(struct bio_post_read_ctx *ctx) in bio_post_read_processing()
172 struct bio_post_read_ctx *ctx = bio->bi_private; in mpage_end_io()
201 struct bio_post_read_ctx *ct in ext4_set_bio_post_read_ctx()
[all...]
/kernel/linux/linux-5.10/fs/f2fs/
H A Ddata.c124 struct bio_post_read_ctx { struct
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) in f2fs_decrypt_work()
182 static void f2fs_decompress_work(struct bio_post_read_ctx *ctx) in f2fs_decompress_work()
232 struct bio_post_read_ctx *ctx = in f2fs_verity_work()
233 container_of(work, struct bio_post_read_ctx, work); in f2fs_verity_work()
242 * in another bio_post_read_ctx being allocated. So to prevent in f2fs_verity_work()
264 struct bio_post_read_ctx *ctx = in f2fs_post_read_work()
265 container_of(work, struct bio_post_read_ctx, work); in f2fs_post_read_work()
289 static void bio_post_read_processing(struct bio_post_read_ctx *ct
[all...]

Completed in 7 milliseconds