| 64 | typedef void BlockDeviceCompletionFunc(void *opaque, int ret); |
| 65 | |
| 66 | typedef struct BlockDevice BlockDevice; |
| 67 | |
| 68 | struct BlockDevice { |
| 69 | int64_t (*get_sector_count)(BlockDevice *bs); |
nothing calls this directly
no outgoing calls
no test coverage detected