libkdumpfile-0.5.2
Kernel coredump file access
|
File cache entry. More...
#include <kdumpfile-priv.h>
Data Fields | |
void * | data |
Data start. More... | |
size_t | len |
Data length. More... | |
struct cache_entry * | ce |
Entry in the underlying cache. More... | |
struct cache * | cache |
Main cache or fallback cache. More... | |
File cache entry.
struct cache* fcache_entry::cache |
Main cache or fallback cache.
struct cache_entry* fcache_entry::ce |
Entry in the underlying cache.
void* fcache_entry::data |
Data start.
size_t fcache_entry::len |
Data length.