Searched refs:bio_post_read_ctx (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/ext4/ |
| D | readpage.c | 62 struct bio_post_read_ctx { struct 93 static void bio_post_read_processing(struct bio_post_read_ctx *ctx); 97 struct bio_post_read_ctx *ctx = in decrypt_work() 98 container_of(work, struct bio_post_read_ctx, work); in decrypt_work() 107 struct bio_post_read_ctx *ctx = in verity_work() 108 container_of(work, struct bio_post_read_ctx, work); in verity_work() 115 static void bio_post_read_processing(struct bio_post_read_ctx *ctx) in bio_post_read_processing() 164 struct bio_post_read_ctx *ctx = bio->bi_private; in mpage_end_io() 179 static struct bio_post_read_ctx *get_bio_post_read_ctx(struct inode *inode, in get_bio_post_read_ctx() 184 struct bio_post_read_ctx *ctx = NULL; in get_bio_post_read_ctx() [all …]
|
| /Linux-v5.4/fs/f2fs/ |
| D | data.c | 80 struct bio_post_read_ctx { struct 112 static void bio_post_read_processing(struct bio_post_read_ctx *ctx); 116 struct bio_post_read_ctx *ctx = in decrypt_work() 117 container_of(work, struct bio_post_read_ctx, work); in decrypt_work() 126 struct bio_post_read_ctx *ctx = in verity_work() 127 container_of(work, struct bio_post_read_ctx, work); in verity_work() 134 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 f2fs_read_end_io() 682 struct bio_post_read_ctx *ctx; in f2fs_grab_read_bio() 3198 sizeof(struct bio_post_read_ctx), 0, 0, NULL); in f2fs_init_post_read_processing()
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | fsverity.rst | 520 struct bio_post_read_ctx { 529 postprocessing step the filesystem enqueues the bio_post_read_ctx on a
|