Loading...
Searching...
No Matches
spdk_fsdev_open_opts Struct Reference

fsdev device options More...

#include <fsdev.h>

Data Fields

uint32_t opts_size
 The size of spdk_fsdev_open_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.
 

Detailed Description

fsdev device options

Field Documentation

◆ opts_size

uint32_t spdk_fsdev_open_opts::opts_size

The size of spdk_fsdev_open_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.

◆ writeback_cache_enabled

uint8_t spdk_fsdev_open_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.


The documentation for this struct was generated from the following file: