Searched defs:convert_context (Results 1 – 3 of 3) 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;58 struct bvec_iter iter_out;82 struct convert_context ctx; argument
48 struct convert_context { struct49 struct completion restart;50 struct bio *bio_in;51 struct bio *bio_out;52 struct bvec_iter iter_in;76 struct convert_context ctx; argument
2018 static int convert_context(struct context *oldc, struct context *newc, void *p, in convert_context() function