Open CAS Framework
Open source framework of Cache Acceleration Software
|
OCF IO operations set structure. More...
#include <ocf_io.h>
Data Fields | |
int(* | set_data )(struct ocf_io *io, ctx_data_t *data, uint32_t offset) |
Set up data vector in OCF IO. More... | |
ctx_data_t *(* | get_data )(struct ocf_io *io) |
Get context data from OCF IO. More... | |
OCF IO operations set structure.
ctx_data_t*(* get_data) (struct ocf_io *io) |
Get context data from OCF IO.
[in] | io | OCF IO to get data |
int(* set_data) (struct ocf_io *io, ctx_data_t *data, uint32_t offset) |
Set up data vector in OCF IO.
[in] | io | OCF IO to set up |
[in] | data | Source context data |
[in] | offset | Data offset in source context data |
0 | Data set up successfully |
Non-zero | Data set up failure |