Searched refs:bio_post_read_ctx (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | readpage.c | 64 struct bio_post_read_ctx { struct 95 static void bio_post_read_processing(struct bio_post_read_ctx *ctx); 99 struct bio_post_read_ctx *ctx = in decrypt_work() 100 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() 192 struct bio_post_read_ctx *ctx = bio->bi_private; in mpage_end_io() 221 struct bio_post_read_ctx *ctx = in ext4_set_bio_post_read_ctx() 459 sizeof(struct bio_post_read_ctx), 0, 0, NULL); in ext4_init_post_read_processing()
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | data.c | 115 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() 260 struct bio_post_read_ctx *ctx = in f2fs_post_read_work() 261 container_of(work, struct bio_post_read_ctx, work); in f2fs_post_read_work() 275 struct bio_post_read_ctx *ctx = bio->bi_private; in f2fs_read_end_io() 1006 struct bio_post_read_ctx *ctx; in f2fs_grab_read_bio() 2258 struct bio_post_read_ctx *ctx; in f2fs_read_multi_pages() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | fsverity.rst | 600 struct bio_post_read_ctx { 609 postprocessing step the filesystem enqueues the bio_post_read_ctx on a
|