Home | History | Annotate | Download | only in raidframe

Lines Matching refs:node

31  * dagfuncs.h -- header file for DAG node execution routines
39 void rf_TerminateFunc(RF_DagNode_t * node);
40 void rf_TerminateUndoFunc(RF_DagNode_t * node);
41 void rf_DiskReadMirrorIdleFunc(RF_DagNode_t * node);
42 void rf_DiskReadMirrorPartitionFunc(RF_DagNode_t * node);
43 void rf_DiskReadMirrorUndoFunc(RF_DagNode_t * node);
44 void rf_ParityLogUpdateFunc(RF_DagNode_t * node);
45 void rf_ParityLogOverwriteFunc(RF_DagNode_t * node);
46 void rf_ParityLogUpdateUndoFunc(RF_DagNode_t * node);
47 void rf_ParityLogOverwriteUndoFunc(RF_DagNode_t * node);
48 void rf_NullNodeFunc(RF_DagNode_t * node);
49 void rf_NullNodeUndoFunc(RF_DagNode_t * node);
50 void rf_DiskReadFuncForThreads(RF_DagNode_t * node);
51 void rf_DiskWriteFuncForThreads(RF_DagNode_t * node);
52 void rf_DiskUndoFunc(RF_DagNode_t * node);
54 void rf_RegularXorFunc(RF_DagNode_t * node);
55 void rf_SimpleXorFunc(RF_DagNode_t * node);
56 void rf_RecoveryXorFunc(RF_DagNode_t * node);
79 /* macros for manipulating the param[3] in a read or write node */