Home
last modified time | relevance | path

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

/linux-6.8/fs/ext4/
Dreadpage.c62 struct bio_post_read_ctx { struct
80 static void bio_post_read_processing(struct bio_post_read_ctx *ctx); argument
/linux-6.8/fs/f2fs/
Ddata.c112 struct bio_post_read_ctx { struct
113 struct bio *bio;
114 struct f2fs_sb_info *sbi;
115 struct work_struct work;
116 unsigned int enabled_steps;
144 struct bio_post_read_ctx *ctx = bio->bi_private; in f2fs_finish_read_bio() argument