Searched refs:bio_post_read_ctx (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
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() 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 *ctx = in ext4_set_bio_post_read_ctx() 420 sizeof(struct bio_post_read_ctx), 0, 0, NULL); in ext4_init_post_read_processing()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
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() 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 *ctx) in bio_post_read_processing() 328 struct bio_post_read_ctx *ctx = bio->bi_private; in f2fs_read_end_io() [all …]
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | fsverity.rst | 528 struct bio_post_read_ctx { 537 postprocessing step the filesystem enqueues the bio_post_read_ctx on a
|