Searched refs:bio_post_read_ctx (Results 1 – 4 of 4) sorted by relevance
| /fs/f2fs/ |
| 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()
|
| A D | data.c | 109 struct bio_post_read_ctx { struct 140 struct bio_post_read_ctx *ctx = bio->bi_private; in f2fs_finish_read_bio() argument 164 struct bio_post_read_ctx *ctx = in f2fs_verify_bio() 165 container_of(work, struct bio_post_read_ctx, work); in f2fs_verify_bio() 213 struct bio_post_read_ctx *ctx = bio->bi_private; in f2fs_verify_and_finish_bio() 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() 282 struct bio_post_read_ctx *ctx; in f2fs_read_end_io() 1045 struct bio_post_read_ctx *ctx = NULL; in f2fs_grab_read_bio() 2282 struct bio_post_read_ctx *ctx; in f2fs_read_multi_pages() [all …]
|
| A D | iostat.c | 259 struct bio *bio, struct bio_post_read_ctx *ctx) in iostat_alloc_and_bind_ctx()
|
| /fs/ext4/ |
| A D | readpage.c | 62 struct bio_post_read_ctx { struct 80 static void bio_post_read_processing(struct bio_post_read_ctx *ctx); argument 84 struct bio_post_read_ctx *ctx = in decrypt_work() 85 container_of(work, struct bio_post_read_ctx, work); in decrypt_work() 96 struct bio_post_read_ctx *ctx = in verity_work() 97 container_of(work, struct bio_post_read_ctx, work); in verity_work() 116 static void bio_post_read_processing(struct bio_post_read_ctx *ctx) in bio_post_read_processing() 165 struct bio_post_read_ctx *ctx = bio->bi_private; in mpage_end_io() 194 struct bio_post_read_ctx *ctx = in ext4_set_bio_post_read_ctx() 401 bio_post_read_ctx_cache = KMEM_CACHE(bio_post_read_ctx, SLAB_RECLAIM_ACCOUNT); in ext4_init_post_read_processing()
|
Completed in 14 milliseconds