Static format information for the ioDimm. More...
#include <iodimm_types.h>
Data Fields | |
| uint32_t | lib_version |
| uint64_t | cur_format_size_mb |
| uint16_t | format_version |
| uint64_t | blockdev_num_sectors |
| uint32_t | sector_size_bytes |
| char | format_uuid [FIO_IODIMM_UUID_SIZE] |
Static format information for the ioDimm.
| uint64_t blockdev_num_sectors |
The number of sectors presented to the OS block device layer.
| uint64_t cur_format_size_mb |
MiBytes! Current formatted size of the device in MiB
| char format_uuid[FIO_IODIMM_UUID_SIZE] |
The uuid given to the volume during low-level fio-format
| uint16_t format_version |
Or 0 if the drive is not formatted.
| uint32_t lib_version |
Fusion-io SDK API version (from FIO_STRUCT_INIT)
| uint32_t sector_size_bytes |
The sector (packet) size at which this drive is formatted.
1.6.3