Searched refs:bio_post_read_ctx (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/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 | 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() 214 struct bio_post_read_ctx *ctx = bio->bi_private; in f2fs_verify_and_finish_bio() 266 struct bio_post_read_ctx *ctx = in f2fs_post_read_work() 267 container_of(work, struct bio_post_read_ctx, work); in f2fs_post_read_work() 284 struct bio_post_read_ctx *ctx; in f2fs_read_end_io() 1048 struct bio_post_read_ctx *ctx = NULL; in f2fs_grab_read_bio() 2280 struct bio_post_read_ctx *ctx; in f2fs_read_multi_pages() [all …]
|
| H A D | iostat.c | 259 struct bio *bio, struct bio_post_read_ctx *ctx) in iostat_alloc_and_bind_ctx()
|
| /linux-6.15/fs/ext4/ |
| H 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() 395 bio_post_read_ctx_cache = KMEM_CACHE(bio_post_read_ctx, SLAB_RECLAIM_ACCOUNT); in ext4_init_post_read_processing()
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | fsverity.rst | 707 struct bio_post_read_ctx { 716 postprocessing step the filesystem enqueues the bio_post_read_ctx on a
|