Loading...
Searching...
No Matches
spdk_fsdev::__fsdev_internal_fields Struct Reference

Fields that are used internally by the fsdev subsystem. More...

#include <fsdev_module.h>

Collaboration diagram for spdk_fsdev::__fsdev_internal_fields:

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.
 

Detailed Description

Fields that are used internally by the fsdev subsystem.

Fsdev modules must not read or write to these fields.


The documentation for this struct was generated from the following file:
  • fsdev_module.h