Lines Matching defs:blob
50 (struct spdk_blob *blob, const void **id, size_t *len), -ENOTSUP);
51 DEFINE_STUB(spdk_blob_is_esnap_clone, bool, (const struct spdk_blob *blob), false);
57 DEFINE_STUB(spdk_blob_get_esnap_bs_dev, struct spdk_bs_dev *, (const struct spdk_blob *blob), NULL);
59 DEFINE_STUB(spdk_blob_get_num_allocated_clusters, uint64_t, (struct spdk_blob *blob), 0);
271 /* Simulation of a blob with:
279 spdk_blob_get_next_allocated_io_unit(struct spdk_blob *blob, uint64_t offset)
289 spdk_blob_get_next_unallocated_io_unit(struct spdk_blob *blob, uint64_t offset)
315 spdk_blob_is_read_only(struct spdk_blob *blob)
321 spdk_blob_is_snapshot(struct spdk_blob *blob)
327 spdk_blob_is_clone(struct spdk_blob *blob)
333 spdk_blob_is_thin_provisioned(struct spdk_blob *blob)
682 spdk_blob_io_read(struct spdk_blob *blob, struct spdk_io_channel *channel,
686 CU_ASSERT(blob == NULL);
694 spdk_blob_io_write(struct spdk_blob *blob, struct spdk_io_channel *channel,
698 CU_ASSERT(blob == NULL);
706 spdk_blob_io_unmap(struct spdk_blob *blob, struct spdk_io_channel *channel,
709 CU_ASSERT(blob == NULL);
717 spdk_blob_io_write_zeroes(struct spdk_blob *blob, struct spdk_io_channel *channel,
720 CU_ASSERT(blob == NULL);
728 spdk_blob_io_writev(struct spdk_blob *blob, struct spdk_io_channel *channel,
732 CU_ASSERT(blob == NULL);
740 spdk_blob_io_writev_ext(struct spdk_blob *blob, struct spdk_io_channel *channel,
747 CU_ASSERT(blob == NULL);
757 spdk_blob_io_readv(struct spdk_blob *blob, struct spdk_io_channel *channel,
761 CU_ASSERT(blob == NULL);
769 spdk_blob_io_readv_ext(struct spdk_blob *blob, struct spdk_io_channel *channel,
776 CU_ASSERT(blob == NULL);
1871 struct spdk_blob blob = { 0 };
1882 rc = vbdev_lvol_esnap_dev_create(&lvs, &lvol, &blob, NULL, 0, &bs_dev);
1891 rc = vbdev_lvol_esnap_dev_create(&lvs, &lvol, &blob, unterminated, len, &bs_dev);
1897 rc = vbdev_lvol_esnap_dev_create(&lvs, &lvol, &blob, bad_uuid_str, sizeof(uuid_str),
1905 rc = vbdev_lvol_esnap_dev_create(&lvs, &lvol, &blob, bad_uuid_str, sizeof(uuid_str), &bs_dev);
1915 rc = vbdev_lvol_esnap_dev_create(&lvs, &lvol, &blob, uuid_str, sizeof(uuid_str), &bs_dev);
1924 rc = vbdev_lvol_esnap_dev_create(&lvs, &lvol, &blob, uuid_str, sizeof(uuid_str), &bs_dev);