fsdev library options More...
#include <fsdev.h>
Data Fields | |
uint32_t | opts_size |
The size of spdk_fsdev_opts according to the caller of this library is used for ABI compatibility. | |
uint32_t | fsdev_io_pool_size |
Size of fsdev IO objects pool. | |
uint32_t | fsdev_io_cache_size |
Size of fsdev IO objects cache per thread. | |
fsdev library options
uint32_t spdk_fsdev_opts::opts_size |
The size of spdk_fsdev_opts according to the caller of this library is used for ABI compatibility.
The library uses this field to know how many fields in this structure are valid. And the library will populate any remaining fields with default values. New added fields should be put at the end of the struct.