Home
last modified time | relevance | path

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

/linux/fs/f2fs/
A Diostat.h9 struct bio_post_read_ctx;
41 struct bio_post_read_ctx *post_read_ctx;
53 static inline struct bio_post_read_ctx *get_post_read_ctx(struct bio *bio) in get_post_read_ctx()
62 struct bio *bio, struct bio_post_read_ctx *ctx);
72 struct bio *bio, struct bio_post_read_ctx *ctx) {} in iostat_alloc_and_bind_ctx()
75 static inline struct bio_post_read_ctx *get_post_read_ctx(struct bio *bio) in get_post_read_ctx()
A Ddata.c115 struct bio_post_read_ctx { struct
161 struct bio_post_read_ctx *ctx = in f2fs_verify_bio()
162 container_of(work, struct bio_post_read_ctx, work); in f2fs_verify_bio()
209 struct bio_post_read_ctx *ctx = bio->bi_private; in f2fs_verify_and_finish_bio()
228 static void f2fs_handle_step_decompress(struct bio_post_read_ctx *ctx) in f2fs_handle_step_decompress()
259 struct bio_post_read_ctx *ctx = in f2fs_post_read_work()
260 container_of(work, struct bio_post_read_ctx, work); in f2fs_post_read_work()
274 struct bio_post_read_ctx *ctx; in f2fs_read_end_io()
985 struct bio_post_read_ctx *ctx = NULL; in f2fs_grab_read_bio()
2298 struct bio_post_read_ctx *ctx; in f2fs_read_multi_pages()
[all …]
A Diostat.c231 struct bio *bio, struct bio_post_read_ctx *ctx) in iostat_alloc_and_bind_ctx()
/linux/fs/ext4/
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()
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 *ctx = in ext4_set_bio_post_read_ctx()
419 sizeof(struct bio_post_read_ctx), 0, 0, NULL); in ext4_init_post_read_processing()
/linux/Documentation/filesystems/
A Dfsverity.rst600 struct bio_post_read_ctx {
609 postprocessing step the filesystem enqueues the bio_post_read_ctx on a

Completed in 17 milliseconds