Data Structures | |
struct | __fsdev_internal_fields |
Fields that are used internally by the fsdev subsystem. More... | |
Data Fields | |
void * | ctxt |
User context passed in by the backend. | |
char * | name |
Unique name for this filesystem device. | |
struct spdk_fsdev_module * | module |
Pointer to the fsdev module that registered this fsdev. | |
const struct spdk_fsdev_fn_table * | fn_table |
function table for all ops | |
struct spdk_fsdev::__fsdev_internal_fields | internal |