Home
last modified time | relevance | path

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

/fs/ext4/
Dreadpage.c63 struct bio_post_read_ctx { struct
86 mempool_free(bio->bi_private, bio_post_read_ctx_pool); in __read_end_io() argument
90 static void bio_post_read_processing(struct bio_post_read_ctx *ctx); argument
/fs/f2fs/
Ddata.c113 struct bio_post_read_ctx { struct
114 struct bio *bio;
115 struct f2fs_sb_info *sbi;
116 struct work_struct work;
117 unsigned int enabled_steps;
145 struct bio_post_read_ctx *ctx = bio->bi_private; in f2fs_finish_read_bio() argument