Options used when requesting a claim. More...
#include <bdev_module.h>
Data Fields | |
size_t | opts_size |
char | name [SPDK_BDEV_CLAIM_NAME_LEN] |
An arbitrary name for the claim. | |
uint64_t | shared_claim_key |
Used with SPDK_BDEV_CLAIM_READ_MANY_WRITE_SHARED claims. | |
Options used when requesting a claim.
char spdk_bdev_claim_opts::name[SPDK_BDEV_CLAIM_NAME_LEN] |
An arbitrary name for the claim.
If set, it should be a string suitable for printing in error messages. Must be '\0' terminated.
uint64_t spdk_bdev_claim_opts::shared_claim_key |
Used with SPDK_BDEV_CLAIM_READ_MANY_WRITE_SHARED claims.
Any non-zero value is considered a key.