Searched refs:bio_post_read_ctx (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/fs/f2fs/ |
D | iostat.h | 9 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()
|
D | data.c | 114 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() 277 struct bio_post_read_ctx *ctx; in f2fs_read_end_io() 1031 struct bio_post_read_ctx *ctx = NULL; in f2fs_grab_read_bio() 2248 struct bio_post_read_ctx *ctx; in f2fs_read_multi_pages() [all …]
|
D | iostat.c | 264 struct bio *bio, struct bio_post_read_ctx *ctx) in iostat_alloc_and_bind_ctx()
|
/Linux-v6.1/fs/ext4/ |
D | readpage.c | 62 struct bio_post_read_ctx { struct 93 static void bio_post_read_processing(struct bio_post_read_ctx *ctx); 97 struct bio_post_read_ctx *ctx = in decrypt_work() 98 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() 178 struct bio_post_read_ctx *ctx = bio->bi_private; in mpage_end_io() 207 struct bio_post_read_ctx *ctx = in ext4_set_bio_post_read_ctx() 415 sizeof(struct bio_post_read_ctx), 0, 0, NULL); in ext4_init_post_read_processing()
|
/Linux-v6.1/Documentation/filesystems/ |
D | fsverity.rst | 618 struct bio_post_read_ctx { 627 postprocessing step the filesystem enqueues the bio_post_read_ctx on a
|