Searched refs:block_storage_client (Results 1 – 5 of 5) sorted by relevance
25 struct block_storage_client { struct39 struct block_storage_client *block_storage_client,50 struct block_storage_client *block_storage_client);
21 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() argument381 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 …]
12 "${CMAKE_CURRENT_LIST_DIR}/block_storage_client.c"
15 struct block_storage_client client;59 offsetof(struct block_storage_client, base_block_store); in client_block_store_factory_destroy()
255 - **block_storage_client** - communicates with a remote block storage service provider to provide
Completed in 12 milliseconds