Searched refs:orig_bio_details (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/md/
H A Ddm-zone.c357 struct orig_bio_details { struct
424 struct orig_bio_details *orig_bio_details,
434 switch (orig_bio_details->op) {
451 if (nr_sectors != orig_bio_details->nr_sectors) {
518 struct orig_bio_details orig_bio_details; local
534 orig_bio_details.nr_sectors = bio_sectors(clone);
535 orig_bio_details.op = bio_op(clone);
554 sts = dm_zone_map_bio_end(md, zno, &orig_bio_details,
423 dm_zone_map_bio_end(struct mapped_device *md, unsigned int zno, struct orig_bio_details *orig_bio_details, unsigned int nr_sectors) argument
[all...]

Completed in 147 milliseconds