Home | History | Annotate | Download | only in EnhancedFatDxe

Lines Matching defs:Clusters

238   @retval EFI_VOLUME_CORRUPTED  - There are errors in the file's clusters.

321 Count the number of clusters given a size.
326 @return The number of the clusters.
336 UINTN Clusters;
338 Clusters = Size >> Volume->ClusterAlignment;
340 Clusters += 1;
343 return Clusters;
353 @retval EFI_VOLUME_CORRUPTED - There are errors in the file's clusters.
427 @retval EFI_VOLUME_CORRUPTED - There are errors in the files' clusters.
541 consecutive clusters from the position in the file
617 // Compute the number of consecutive clusters in the file