Searched refs:bio_post_read_ctx (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/fs/f2fs/ |
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()
|
D | data.c | 112 struct bio_post_read_ctx { struct 144 struct bio_post_read_ctx *ctx = bio->bi_private; in f2fs_finish_read_bio() argument 172 struct bio_post_read_ctx *ctx = in f2fs_verify_bio() 173 container_of(work, struct bio_post_read_ctx, work); in f2fs_verify_bio() 222 struct bio_post_read_ctx *ctx = bio->bi_private; in f2fs_verify_and_finish_bio() 241 static void f2fs_handle_step_decompress(struct bio_post_read_ctx *ctx, in f2fs_handle_step_decompress() 274 struct bio_post_read_ctx *ctx = in f2fs_post_read_work() 275 container_of(work, struct bio_post_read_ctx, work); in f2fs_post_read_work() 292 struct bio_post_read_ctx *ctx; in f2fs_read_end_io() 1111 struct bio_post_read_ctx *ctx = NULL; in f2fs_grab_read_bio() [all …]
|
D | iostat.c | 259 struct bio *bio, struct bio_post_read_ctx *ctx) in iostat_alloc_and_bind_ctx()
|
/linux-6.6.21/fs/ext4/ |
D | readpage.c | 62 struct bio_post_read_ctx { struct 87 static void bio_post_read_processing(struct bio_post_read_ctx *ctx); argument 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() 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 *ctx = in ext4_set_bio_post_read_ctx() 404 bio_post_read_ctx_cache = KMEM_CACHE(bio_post_read_ctx, SLAB_RECLAIM_ACCOUNT); in ext4_init_post_read_processing()
|
/linux-6.6.21/Documentation/filesystems/ |
D | fsverity.rst | 678 struct bio_post_read_ctx { 687 postprocessing step the filesystem enqueues the bio_post_read_ctx on a
|