Searched refs:bio_post_read_ctx (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | iostat.h | 9 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 D | data.c | 110 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 D | iostat.c | 259 struct bio *bio, struct bio_post_read_ctx *ctx) in iostat_alloc_and_bind_ctx()
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | readpage.c | 63 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 D | readpage.c | 62 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 D | data.c | 124 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