Lines Matching defs:RF_ReconBuffer_s
49 struct RF_ReconBuffer_s { struct
50 RF_Raid_t *raidPtr; /* void *to avoid recursive includes */
51 void *buffer; /* points to the data */
52 RF_StripeNum_t parityStripeID; /* the parity stripe that this data
54 int which_ru; /* which reconstruction unit within the PSS */
55 RF_SectorNum_t failedDiskSectorOffset; /* the offset into the failed
57 RF_RowCol_t col; /* which disk this buffer belongs to or is
59 RF_StripeCount_t count; /* counts the # of SUs installed so far */
60 int priority; /* used to force hi priority recon */
61 RF_RbufType_t type; /* FORCED or FLOATING */
62 RF_ReconBuffer_t *next; /* used for buffer management */
63 void *arg; /* generic field for general use */
64 RF_RowCol_t spRow, spCol; /* spare disk to which this buf should
67 RF_SectorNum_t spOffset;/* offset into the spare disk */
69 RF_ReconParityStripeStatus_t *pssPtr; /* debug- pss associated with