Introduce cache front volume

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga
2021-09-02 22:02:11 +02:00
parent fa8e7564f0
commit ad52a7e2e1
4 changed files with 191 additions and 0 deletions

View File

@@ -169,4 +169,6 @@ static inline uint64_t ocf_get_cache_occupancy(ocf_cache_t cache)
int ocf_cache_set_name(ocf_cache_t cache, const char *src, size_t src_size);
int ocf_cache_volume_type_init(ocf_ctx_t ctx);
#endif /* __OCF_CACHE_PRIV_H__ */