libkdumpfile-0.5.5
Kernel coredump file access
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

◆ cache

struct cache* fcache_entry::cache

Main cache or fallback cache.

◆ ce

struct cache_entry* fcache_entry::ce

Entry in the underlying cache.

◆ data

void* fcache_entry::data

Data start.

◆ len

size_t fcache_entry::len

Data length.


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