libkdumpfile-0.4.1
Kernel coredump file access
Data Fields
attr_dict Struct Reference

Shareable attribute dictionary. More...

#include <kdumpfile-priv.h>

Data Fields

unsigned long refcnt
 Reference counter. More...
 
struct attr_hash attr
 Attribute hash table. More...
 
struct attr_dictfallback
 Fallback dictionary if an attribute is not found. More...
 
struct attr_dataglobal_attrs [NR_GLOBAL_ATTRS]
 Global attributes. More...
 
struct kdump_sharedshared
 Dump file shared data. More...
 

Detailed Description

Shareable attribute dictionary.

Field Documentation

◆ attr

struct attr_hash attr_dict::attr

Attribute hash table.

◆ fallback

struct attr_dict* attr_dict::fallback

Fallback dictionary if an attribute is not found.

◆ global_attrs

struct attr_data* attr_dict::global_attrs[NR_GLOBAL_ATTRS]

Global attributes.

◆ refcnt

unsigned long attr_dict::refcnt

Reference counter.

◆ shared

struct kdump_shared* attr_dict::shared

Dump file shared data.


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