Searched defs:convert_context (Results 1 – 1 of 1) sorted by relevance
53 struct convert_context { struct54 struct completion restart;55 struct bio *bio_in;56 struct bvec_iter iter_in;57 struct bio *bio_out;81 struct convert_context ctx; argument