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