Fields that are used internally by the fsdev subsystem. More...
#include <fsdev_module.h>
Public Member Functions | |
| TAILQ_HEAD (, spdk_fsdev_desc) open_descs | |
| List of open descriptors for this filesystem device. | |
| TAILQ_ENTRY (spdk_fsdev) link | |
Data Fields | |
| struct spdk_spinlock | spinlock |
| Lock protecting fsdev. | |
| enum spdk_fsdev_status | status |
| The fsdev status. | |
| spdk_fsdev_unregister_cb | unregister_cb |
| Callback function that will be called after fsdev destruct is completed. | |
| void * | unregister_ctx |
| Unregister call context. | |
| struct spdk_fsdev_name | fsdev_name |
| Fsdev name used for quick lookup. | |
Fields that are used internally by the fsdev subsystem.
Fsdev modules must not read or write to these fields.