Open CAS Framework
Open source framework of Cache Acceleration Software
inc
ocf.h
Go to the documentation of this file.
1
/*
2
* Copyright(c) 2012-2020 Intel Corporation
3
* SPDX-License-Identifier: BSD-3-Clause-Clear
4
*/
5
6
#ifndef __OCF_H__
7
#define __OCF_H__
8
17
#include "
ocf_def.h
"
18
#include "
ocf_types.h
"
19
#include "
ocf_io.h
"
20
#include "
ocf_volume.h
"
21
#include "
ocf_cache.h
"
22
#include "
ocf_core.h
"
23
#include "
ocf_queue.h
"
24
#include "
ocf_cleaner.h
"
25
#include "
cleaning/alru.h
"
26
#include "
cleaning/acp.h
"
27
#include "promotion/nhit.h"
28
#include "
ocf_metadata.h
"
29
#include "
ocf_metadata_updater.h
"
30
#include "
ocf_io_class.h
"
31
#include "
ocf_stats.h
"
32
#include "
ocf_mngt.h
"
33
#include "
ocf_ctx.h
"
34
#include "
ocf_err.h
"
35
#include "ocf_trace.h"
36
37
#endif
/* __OCF_H__ */
ocf_def.h
OCF definitions.
ocf_err.h
OCF error codes definitions.
ocf_mngt.h
OCF management operations definitions.
ocf_ctx.h
OCF library context API.
ocf_metadata.h
OCF metadata helper function.
ocf_types.h
OCF types.
ocf_cache.h
OCF cache API.
ocf_volume.h
OCF volume API.
acp.h
ACP cleaning policy API.
ocf_stats.h
OCF API for updating and reseting statistics.
ocf_io_class.h
IO class API.
ocf_metadata_updater.h
OCF metadata updater API.
ocf_core.h
OCF core API.
ocf_queue.h
OCF queues API.
ocf_io.h
OCF IO definitions.
alru.h
ALRU cleaning policy API.
ocf_cleaner.h
OCF cleaner API for synchronization dirty data.
Generated by
1.8.13