Lines Matching defs:vio
43 struct vio *vio = bio->bi_private; in pbn_from_vio_bio() local
80 unsigned int block_count, char *data, struct vio *vio) in allocate_vio_components()
123 struct vio *vio; in create_multi_block_metadata_vio() local
153 void free_vio_components(struct vio *vio) in free_vio_components()
166 void free_vio(struct vio *vio) in free_vio()
173 void vdo_set_bio_properties(struct bio *bio, struct vio *vio, bio_end_io_t callback, in vdo_set_bio_properties()
194 int vio_reset_bio(struct vio *vio, char *data, bio_end_io_t callback, in vio_reset_bio()
246 void update_vio_error_stats(struct vio *vio, const char *format, ...) in update_vio_error_stats()
277 void vio_record_metadata_io_error(struct vio *vio) in vio_record_metadata_io_error()
425 void return_vio_to_pool(struct vio_pool *pool, struct pooled_vio *vio) in return_vio_to_pool()
478 static void count_all_bios_completed(struct vio *vio, struct bio *bio) in count_all_bios_completed()
496 struct vio *vio = (struct vio *) bio->bi_private; in vdo_count_completed_bios() local