Lines Matching defs:payload

935 	/* Verify that payload is not written to disk, at this point the blobs already switched */
948 /* Verify that postponed I/O completed successfully by comparing payload */
1440 uint8_t payload[10 * BLOCKLEN];
1448 spdk_blob_io_write(blob, channel, payload, 0, 1, blob_op_complete, NULL);
1459 spdk_blob_io_write(blob, channel, payload, 0, 1, blob_op_complete, NULL);
1465 spdk_blob_io_write(blob, channel, payload, 0, 1, blob_op_complete, NULL);
1470 spdk_blob_io_write(blob, channel, payload, 5 * io_units_per_cluster, 1, blob_op_complete,
1476 spdk_blob_io_write(blob, channel, payload, 4 * io_units_per_cluster, io_units_per_cluster + 1,
1492 uint8_t payload[10 * BLOCKLEN];
1500 spdk_blob_io_read(blob, channel, payload, 0, 1, blob_op_complete, NULL);
1511 spdk_blob_io_read(blob, channel, payload, 0, 1, blob_op_complete, NULL);
1517 spdk_blob_io_read(blob, channel, payload, 0, 1, blob_op_complete, NULL);
1522 spdk_blob_io_read(blob, channel, payload, 5 * io_units_per_cluster, 1, blob_op_complete,
1528 spdk_blob_io_read(blob, channel, payload, 4 * io_units_per_cluster, io_units_per_cluster + 1,
1608 * Choose a page offset just before the cluster boundary. The first 6 pages of payload
1674 * Choose a page offset just before the cluster boundary. The first 6 pages of payload
1734 uint8_t *payload, uint64_t offset, uint64_t length,
1742 buf = payload;
1758 uint8_t *payload, uint64_t offset, uint64_t length,
1766 buf = payload;
1832 /* Initial read should return zeroed payload */
1981 /* Initial read should return zeroes payload */
2091 uint8_t payload[BLOCKLEN];
2108 memset(payload, 0, sizeof(payload));
2109 payload[0] = 0xFF;
2120 payload[0] = 0;
2121 spdk_blob_io_read(blob, channel, &payload, i * SPDK_BLOB_OPTS_CLUSTER_SZ / BLOCKLEN, 1,
2125 CU_ASSERT(payload[0] == 0xFF);
5362 * and then write 10 io units of payload.
5578 /* 1) Initial read should return zeroed payload */
8086 uint8_t payload[10 * BLOCKLEN];
8114 spdk_blob_io_write(blob, channel, payload, offset, 1, blob_op_complete, NULL);
8126 spdk_blob_io_write(blob, channel, payload, offset, 1, blob_op_complete, NULL);
8138 spdk_blob_io_write(blob, channel, payload, offset, 1, blob_op_complete, NULL);