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

Page I/O information. More...

#include <kdumpfile-priv.h>

Data Fields

kdump_ctx_tctx
 Associated dump file object. More...
 
addrxlat_fulladdr_t addr
 Address of page under I/O. More...
 
struct fcache_chunk chunk
 File cache chunk. More...
 

Detailed Description

Page I/O information.

This structure is used to pass information between kdump_read and the format-specific I/O methods.

Field Documentation

addrxlat_fulladdr_t page_io::addr

Address of page under I/O.

struct fcache_chunk page_io::chunk

File cache chunk.

kdump_ctx_t* page_io::ctx

Associated dump file object.


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