Searched refs:readAheadStatus (Results 1 – 2 of 2) sorted by relevance
215 Status readAheadStatus = configureReadAhead(device); in createLoopDevice() local216 if (!readAheadStatus.Ok()) { in createLoopDevice()217 return Failed::MakeError(StringLog() << readAheadStatus.ErrorMessage()); in createLoopDevice()
456 Status readAheadStatus = loop::configureReadAhead(verityDev.GetDevPath()); in mountNonFlattened() local457 if (!readAheadStatus.Ok()) { in mountNonFlattened()458 return StatusM::MakeError(readAheadStatus); in mountNonFlattened()