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

/linux-master/drivers/md/dm-vdo/
H A Dio-submitter.c224 static int map_merged_vio(struct int_map *bio_map, struct vio *vio) argument
230 result = vdo_int_map_put(bio_map, bio_sector, vio, true, NULL);
235 return vdo_int_map_put(bio_map, bio_sector, vio, true, NULL);
238 static int merge_to_prev_tail(struct int_map *bio_map, struct vio *vio, argument
241 vdo_int_map_remove(bio_map, prev_vio->bios_merged.tail->bi_iter.bi_sector);
243 return map_merged_vio(bio_map, prev_vio);
246 static int merge_to_next_head(struct int_map *bio_map, struct vio *vio, argument
254 vdo_int_map_remove(bio_map, next_vio->bios_merged.head->bi_iter.bi_sector);
256 return map_merged_vio(bio_map, next_vio);

Completed in 122 milliseconds