Home | History | Annotate | Download | only in raidframe

Lines Matching defs:boundary

273 	int     boundary, offset = 0;
304 /* disk address does not cross a region boundary */
312 /* disk address crosses a region boundary */
314 boundary = 0;
315 while (data->regionID == rf_MapRegionIDParityLogging(raidPtr, diskAddress->startSector + boundary))
316 boundary++;
318 /* enter data before the boundary */
320 data->diskAddress.numSector = boundary;
322 offset += boundary;
325 diskAddress->startSector += boundary;
326 diskAddress->numSector -= boundary;