Searched defs:RF_ReconBuffer_s (Results 1 – 1 of 1) sorted by relevance
49 struct RF_ReconBuffer_s { struct50 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 data54 int which_ru; /* which reconstruction unit within the PSS */55 RF_SectorNum_t failedDiskSectorOffset; /* the offset into the failed57 RF_RowCol_t col; /* which disk this buffer belongs to or is59 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 */[all …]