Home
last modified time | relevance | path

Searched defs:bio_post_read_ctx (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ext4/
H A Dreadpage.c64 struct bio_post_read_ctx { struct
83 static void bio_post_read_processing(struct bio_post_read_ctx *ctx); argument
/linux/fs/f2fs/
H A Ddata.c115 struct bio_post_read_ctx { struct
116 struct bio *bio;
117 struct f2fs_sb_info *sbi;
118 struct fsverity_info *vi;
119 struct work_struct work;
120 unsigned int enabled_steps;
147 struct bio_post_read_ctx *ctx = bio->bi_private; in f2fs_finish_read_bio() argument