Home | History | Annotate | Download | only in FatPei

Lines Matching refs:Amount

319     // Calculate the amount of consecutive cluster occupied by the file.

351 @param Size The amount of data to read.
371 UINTN Amount;
405 Amount = File->StraightReadAmount;
406 Amount = Size > Amount ? Amount : Size;
411 Amount,
420 FatSetFilePos (PrivateData, File, (UINT32) Amount);
422 BufferPtr += Amount;
423 Size -= Amount;