Lines Matching +full:storage +full:- +full:target
3 ## Target Audience
14 device modules including NVMe, RAM-disk, and Ceph RBD. However, some users
16 existing storage software stack. This guide is intended to demonstrate exactly
29 a new bdev module - SPDK_BDEV_MODULE_REGISTER. This macro take as argument a
34 the function that returns context size (`get_ctx_size`) - scratch space that
69 * Output driver-specific configuration to a JSON stream. Optional - may be NULL.
77 /* Get spin-time per I/O channel in microseconds.
78 * Optional - may be NULL.
87 longer needs it. What `destruct` does is up to the module - it may just be
126 probably only makes sense to implement those if the backing storage device is
168 `spdk_bdev_open_ext()` may be used to open the underlying bdev read-only. If a
169 read-only bdev descriptor successfully claims a bdev with
171 the bdev descriptor is promoted to read-write.
177 The non-preferred interface for obtaining a claim allows the caller to obtain
179 be released with `spdk_bdev_module_release_bdev()`. If a read-only bdev
180 descriptor is passed, it is promoted to read-write. NULL may be passed instead