|
RTEMS CPU Kit with SuperCore
4.11.3
|
The buffer cache. More...
#include <rtl-obj-cache.h>
Data Fields | |
| int | fd |
| The file descriptor of the data in the cache. More... | |
| size_t | file_size |
| The size of the file. More... | |
| off_t | offset |
| The base offset of the buffer. More... | |
| size_t | size |
| The size of the cache. More... | |
| size_t | level |
| The amount of data in the cache. More... | |
| uint8_t * | buffer |
| The buffer. | |
The buffer cache.
| int rtems_rtl_obj_cache_s::fd |
The file descriptor of the data in the cache.
| size_t rtems_rtl_obj_cache_s::file_size |
The size of the file.
| size_t rtems_rtl_obj_cache_s::level |
The amount of data in the cache.
A file can be smaller than the cache file.
| off_t rtems_rtl_obj_cache_s::offset |
The base offset of the buffer.
| size_t rtems_rtl_obj_cache_s::size |
The size of the cache.
1.8.13