Lines Matching defs:RF_AccessStripeMap_s
114 struct RF_AccessStripeMap_s { struct
115 RF_StripeNum_t stripeID;/* the stripe index */
116 RF_RaidAddr_t raidAddress; /* the starting raid address within
118 RF_RaidAddr_t endRaidAddress; /* raid address one sector past the
120 RF_SectorCount_t totalSectorsAccessed; /* total num sectors
122 RF_StripeCount_t numStripeUnitsAccessed; /* total num elements in
124 int numDataFailed; /* number of failed data disks accessed */
125 int numParityFailed;/* number of failed parity disks accessed (0
127 int numQFailed; /* number of failed Q units accessed (0 or 1) */
128 RF_AccessStripeMapFlags_t flags; /* various flags */
129 int numFailedPDAs; /* number of failed phys addrs */
130 RF_PhysDiskAddr_t *failedPDAs[RF_MAX_FAILED_PDA]; /* array of failed phys
132 RF_PhysDiskAddr_t *physInfo; /* a list of PhysDiskAddr structs */
133 RF_PhysDiskAddr_t *parityInfo; /* list of physical addrs for the
135 RF_PhysDiskAddr_t *qInfo; /* list of physical addrs for the Q of
137 RF_LockReqDesc_t lockReqDesc; /* used for stripe locking */
138 RF_AccessStripeMap_t *next;