libkdumpfile-0.4.0
Kernel coredump file access
|
File cache. More...
#include <kdumpfile-priv.h>
Data Fields | |
unsigned long | refcnt |
Reference counter. | |
int | fd |
Open file descriptor. | |
size_t | pgsz |
Page size (in bytes). | |
size_t | mmapsz |
Size of mmap'ed regions. | |
off_t | filesz |
File size (if known) or maximum off_t. | |
struct cache * | cache |
Main cache (for mmap'ed regions). | |
struct cache * | fbcache |
Fallback cache (for read regions). | |
File cache.