spdk_bdev_claim_opts Struct Reference

Options used when requesting a claim. More...

Data Fields

size_t opts_size
 
char name [SPDK_BDEV_CLAIM_NAME_LEN]
 An arbitrary name for the claim. More...
 
uint64_t shared_claim_key
 Used with SPDK_BDEV_CLAIM_READ_MANY_WRITE_SHARED claims. More...
 

Detailed Description

Options used when requesting a claim.

Field Documentation

◆ name

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.

◆ shared_claim_key

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.


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