libkdumpfile-0.5.2
Kernel coredump file access
|
Mapping from PFN to file position using struct
pfn_region.
More...
#include <kdumpfile-priv.h>
Data Fields | |
struct pfn_region * | regions |
PFN region map. More... | |
size_t | nregions |
Number of elements in the map. More... | |
unsigned | fidx |
File index in dump file set. More... | |
kdump_pfn_t | start_pfn |
Lowest PFN mapped to this file. More... | |
kdump_pfn_t | end_pfn |
One above the highest PFN mapped to this file. More... | |
Mapping from PFN to file position using struct
pfn_region.
kdump_pfn_t pfn_file_map::end_pfn |
One above the highest PFN mapped to this file.
This is the lowest next PFN which is not mapped.
unsigned pfn_file_map::fidx |
File index in dump file set.
size_t pfn_file_map::nregions |
Number of elements in the map.
struct pfn_region* pfn_file_map::regions |
PFN region map.
kdump_pfn_t pfn_file_map::start_pfn |
Lowest PFN mapped to this file.