libkdumpfile-0.5.4
Kernel coredump file access
Data Fields
attr_ops Struct Reference

Attribute ops. More...

#include <kdumpfile-priv.h>

Data Fields

attr_pre_set_fn * pre_set
 Called before value change. More...
 
attr_post_set_fn * post_set
 Called after value change. More...
 
attr_pre_clear_fn * pre_clear
 Called before clearing value. More...
 
attr_revalidate_fn * revalidate
 Called before validating value. More...
 

Detailed Description

Attribute ops.

Field Documentation

◆ post_set

attr_post_set_fn* attr_ops::post_set

Called after value change.

◆ pre_clear

attr_pre_clear_fn* attr_ops::pre_clear

Called before clearing value.

◆ pre_set

attr_pre_set_fn* attr_ops::pre_set

Called before value change.

◆ revalidate

attr_revalidate_fn* attr_ops::revalidate

Called before validating value.


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