Home
last modified time | relevance | path

Searched refs:block_storage_client (Results 1 – 5 of 5) sorted by relevance

/trusted-services/components/service/block_storage/block_store/client/
A Dblock_storage_client.h25 struct block_storage_client { struct
39 struct block_storage_client *block_storage_client,
50 struct block_storage_client *block_storage_client);
A Dblock_storage_client.c21 struct block_storage_client *this_context = (struct block_storage_client *)context; in block_storage_client_get_partition_info()
89 struct block_storage_client *this_context = (struct block_storage_client *)context; in block_storage_client_open()
147 struct block_storage_client *this_context = (struct block_storage_client *)context; in block_storage_client_close()
193 struct block_storage_client *this_context = (struct block_storage_client *)context; in block_storage_client_read()
259 struct block_storage_client *this_context = (struct block_storage_client *)context; in block_storage_client_write()
324 struct block_storage_client *this_context = (struct block_storage_client *)context; in block_storage_client_erase()
365 struct block_storage_client *block_storage_client, in block_storage_client_init() argument
381 block_storage_client->base_block_store.context = block_storage_client; in block_storage_client_init()
384 return &block_storage_client->base_block_store; in block_storage_client_init()
388 struct block_storage_client *block_storage_client) in block_storage_client_deinit() argument
[all …]
A Dcomponent.cmake12 "${CMAKE_CURRENT_LIST_DIR}/block_storage_client.c"
/trusted-services/components/service/block_storage/factory/client/
A Dblock_store_factory.c15 struct block_storage_client client;
59 offsetof(struct block_storage_client, base_block_store); in client_block_store_factory_destroy()
/trusted-services/docs/services/
A Dblock-storage-service-description.rst255 - **block_storage_client** - communicates with a remote block storage service provider to provide

Completed in 12 milliseconds