Home | History | Annotate | Download | only in raidframe

Lines Matching refs:RF_DagNode_t

45 	void     (*regular) (RF_DagNode_t *);
47 void (*simple) (RF_DagNode_t *);
59 void rf_InitNode(RF_DagNode_t *, RF_NodeStatus_t, int,
60 void (*) (RF_DagNode_t *),
61 void (*) (RF_DagNode_t *),
72 RF_DagNode_t *rf_AllocDAGNode(RF_Raid_t *);
73 void rf_FreeDAGNode(RF_Raid_t *, RF_DagNode_t *);
90 char *rf_NodeStatusString(RF_DagNode_t *);
91 void rf_PrintNodeInfoString(RF_DagNode_t *);
93 int rf_RecurAssignNodeNums(RF_DagNode_t *, int, int);
95 void rf_RecurResetDAGHeaderPointers(RF_DagNode_t *, RF_DagHeader_t *);
117 void rf_SelectMirrorDiskIdle(RF_DagNode_t *);
118 void rf_SelectMirrorDiskPartition(RF_DagNode_t *);