libkdumpfile-0.5.4
Kernel coredump file access
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
fcache_entry Struct Reference

File cache entry. More...

#include <kdumpfile-priv.h>

Data Fields

void * data
 Data start. More...
 
size_t len
 Data length. More...
 
struct cache_entryce
 Entry in the underlying cache. More...
 
struct cachecache
 Main cache or fallback cache. More...
 

Detailed Description

File cache entry.

Field Documentation

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.


The documentation for this struct was generated from the following file: