fsdev mount options More...
#include <fsdev.h>
Data Fields | |
uint32_t | opts_size |
The size of spdk_fsdev_mount_opts according to the caller of this library is used for ABI compatibility. | |
uint32_t | max_write |
OUT Maximum size of the write buffer. | |
uint8_t | writeback_cache_enabled |
IN/OUT Indicates whether the writeback caching should be enabled. | |
fsdev mount options
uint32_t spdk_fsdev_mount_opts::opts_size |
The size of spdk_fsdev_mount_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.
uint8_t spdk_fsdev_mount_opts::writeback_cache_enabled |
IN/OUT Indicates whether the writeback caching should be enabled.
See FUSE I/O ([1]) doc for more info.
[1] https://www.kernel.org/doc/Documentation/filesystems/fuse-io.txt
This feature is disabled by default.