Searched refs:vio_size (Results 1 – 1 of 1) sorted by relevance
206 int vio_size = vio->block_count * VDO_BLOCK_SIZE; in vio_reset_bio_with_size() local217 if (VDO_ASSERT(size <= vio_size, "specified size %d is not greater than allocated %d", in vio_reset_bio_with_size()218 size, vio_size) != VDO_SUCCESS) in vio_reset_bio_with_size()219 size = vio_size; in vio_reset_bio_with_size()