Searched defs:bio_post_read_ctx (Results 1 – 1 of 1) sorted by relevance
113 struct bio_post_read_ctx { struct114 struct bio *bio;115 struct f2fs_sb_info *sbi;116 struct fsverity_info *vi;117 struct work_struct work;118 unsigned int enabled_steps;145 struct bio_post_read_ctx *ctx = bio->bi_private; in f2fs_finish_read_bio() argument