Lines Matching refs:block
5 This programming guide is intended for developers authoring their own block
11 A block device module is SPDK's equivalent of a device driver in a traditional
13 called to service block device I/O requests. SPDK provides a number of block
49 * Function table for a block device backend.
51 * The backend block device function table provides a set of APIs to allow
56 /* Destroy the backend block device object */
62 /* Check if the block device supports a specific I/O type. */
136 block device. Once the I/O request is completed, the module must call
152 the I/O to other block devices. The canonical example would be a bdev module
174 claim. Shared claims continue to block new incompatible claims and new writers
181 of a bdev descriptor to avoid promotion and to block new writers. New code