|
libkdumpfile-0.5.3
Kernel coredump file access
|
A contiguous cached data chunk. More...
#include <kdumpfile-priv.h>
Data Fields | |
| void * | data |
| Actual file data. More... | |
| size_t | nent |
| Number of cache entries. More... | |
| union { | |
| struct fcache_entry embed_fces [MAX_EMBED_FCES] | |
File cache entries if nent <= MAX_EMBED_FCES. More... | |
| struct fcache_entry * fces | |
File cache entries if nent > MAX_EMBED_FCES. More... | |
| }; | |
A contiguous cached data chunk.
| void* fcache_chunk::data |
Actual file data.
| struct fcache_entry fcache_chunk::embed_fces[MAX_EMBED_FCES] |
File cache entries if nent <= MAX_EMBED_FCES.
| struct fcache_entry* fcache_chunk::fces |
File cache entries if nent > MAX_EMBED_FCES.
| size_t fcache_chunk::nent |
Number of cache entries.
1.8.14