libkdumpfile-0.5.1
Kernel coredump file access
Data Fields
fcache_chunk Struct Reference

A contiguous cached data chunk. More...

#include <kdumpfile-priv.h>

Data Fields

void * data
 Actual file data. More...
 
size_t nent
 Number of cache entries. More...
 
union {
   struct fcache_entry   embed_fces [MAX_EMBED_FCES]
 File cache entries if nent <= MAX_EMBED_FCES. More...
 
   struct fcache_entry *   fces
 File cache entries if nent > MAX_EMBED_FCES. More...
 
}; 
 

Detailed Description

A contiguous cached data chunk.

Field Documentation

◆ data

void* fcache_chunk::data

Actual file data.

◆ embed_fces

struct fcache_entry fcache_chunk::embed_fces[MAX_EMBED_FCES]

File cache entries if nent <= MAX_EMBED_FCES.

◆ fces

struct fcache_entry* fcache_chunk::fces

File cache entries if nent > MAX_EMBED_FCES.

◆ nent

size_t fcache_chunk::nent

Number of cache entries.


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