Structure representing a request to low-level format an ioDimm. More...
#include <iodimm_types.h>
Data Fields | |
uint32_t | lib_version |
fio_iodimm_selector_t | device |
fio_iodimm_format_method_t | format_method |
fio_iodimm_format_size_selector_t | size_selector |
fio_progress_callback_t * | callback |
uint8_t | force |
uint8_t | make_new |
uint32_t | sector_size_bytes |
uint32_t | packet_head_bytes |
Structure representing a request to low-level format an ioDimm.
Callback reference. Set this to NULL if no callback is desired.
ioDimm selector pointing to the device to format
uint8_t force |
Advanced use only, for specialized filesystems. This causes the size checks to be overridden and allow the device to be formatted to a larger size than it has available. Set to non-zero to force
Format method
uint32_t lib_version |
Fusion-io SDK API version (from FIO_STRUCT_INIT)
uint8_t make_new |
Future use. Always set to 0.
uint32_t packet_head_bytes |
Future use. Always set to 0.
uint32_t sector_size_bytes |
Setting to non-zero will request that specific sector size.
Size to format the device to