◆ attr_cleanup
void(* format_ops::attr_cleanup) (struct attr_dict *dict) |
Clean up attribute hooks.
- Parameters
-
dict | Attribute dictionary. |
◆ get_page
Get page data.
- Parameters
-
Note: The requested address space is specified in pio
. It is always an address space specified by xlat_caps
. Since most file formats specify only one capability, their get_page methods do not have to care.
◆ name
const char* format_ops::name |
Format name (identifier).
This is a unique identifier for the dump file format. In other words, there is a 1:1 mapping between this identifier and the access methods for the corresponding dump file.
◆ post_addrxlat
Address translation post-hook.
- Parameters
-
- Returns
- Status code.
This routine is called whenever address translation is (re-)initialized to allow format-specific adjustments to the translation system (e.g. physical<->machine address translation in a Xen DomU dump file).
◆ put_page
void(* format_ops::put_page) (struct page_io *pio) |
Drop a reference to a page.
- Parameters
-
◆ realloc_caches
Reallocate any format-specific caches.
- Parameters
-
- Returns
- Status (KDUMP_OK on success).
The documentation for this struct was generated from the following file:
- src/kdumpfile/kdumpfile-priv.h