Structure for selecting a format mode and specifying the desired size based on that mode. More...
#include <iodimm_types.h>
Data Fields | |
uint64_t | size |
fio_iodimm_format_size_mode_t | mode |
Structure for selecting a format mode and specifying the desired size based on that mode.
Device size mode, percent or MiBytes.
uint64_t size |
Size to format the device. Allowable values depend on the mode selected. If mode is percent then 1-100 is the range of valid values, where 100 is the percent of max_format_size_mibytes, from fio_iodimm_get_format_sizes(). If you specify size in MB (MiBytes), the valid range is 0 to max_format_size_mibytes, and where 0 means 'default_format_size_mibytes'.