Introduce ocf_metadata_passive_update()
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
@@ -53,6 +53,13 @@ uint32_t raw_dynamic_page(struct ocf_metadata_raw *raw, uint32_t entry);
|
||||
void *raw_dynamic_access(ocf_cache_t cache,
|
||||
struct ocf_metadata_raw *raw, uint32_t entry);
|
||||
|
||||
/*
|
||||
* RAW DYNAMIC - Update metadata based on cache volume io
|
||||
*/
|
||||
int raw_dynamic_update(ocf_cache_t cache,
|
||||
struct ocf_metadata_raw *raw, ctx_data_t *data,
|
||||
uint64_t page, uint64_t count);
|
||||
|
||||
/*
|
||||
* RAW DYNAMIC - Load all metadata of this RAW metadata container
|
||||
* from cache device
|
||||
|
Reference in New Issue
Block a user