Lines Matching refs:Fat
2 Main header file for EFI FAT file system driver.
42 // The FAT signature
82 // Minimum fat page size is 8K, maximum fat page alignment is 32K
83 // Minimum data page size is 8K, maximum fat page alignment is 64K
118 // The fat types we support
139 ReadFat = 2, // read fat cache
140 WriteFat = 3, // write fat cache
323 // Computed values from fat bpb info
326 UINT64 FatPos; // Disk pos of fat tables
329 UINTN FatSize; // Number of bytes in each fat
331 UINTN ClusterSize; // Cluster size of fat partition
336 // Current part of fat table that's present
345 // Unpacked Fat BPB info
353 BOOLEAN FatDirty; // If fat-entries have been updated
709 @param Volume - FAT file system volume.
726 the access of FAT cache (CACHE_FAT) and the access of Data cache (CACHE_DATA):
728 1. Access of FAT cache (CACHE_FAT): Access the data in the FAT cache, if there is cache
736 @param Volume - FAT file system volume.
762 Flush all the dirty cache back, include the FAT cache and the Data cache.
764 @param Volume - FAT file system volume.
959 @param Volume - FAT file system volume.
972 Allocates volume structure, detects FAT file system, installs protocol,
995 Detects FAT file system on Disk and set relevant fields of Volume.
999 @retval EFI_SUCCESS - The Fat File System is detected successfully
1000 @retval EFI_UNSUPPORTED - The volume is not FAT file system.
1102 @param Volume - FAT file system volume.
1106 @retval EFI_SUCCESS - Set the new FAT entry value sucessfully.
1107 @return other - An error occurred when operation the FAT entries.
1121 @param Volume - FAT file system volume.
1204 Translate EFI time to FAT time.
1218 Translate Fat time to EFI time.
1232 Get Current FAT time.
1234 @param FatTime - Current FAT time.
1279 Convert FAT string to unicode string.
1281 @param FatSize The size of FAT string.
1282 @param Fat The FAT string.
1291 IN CHAR8 *Fat,
1296 Convert unicode string to Fat string.
1299 @param FatSize The size of the FAT string.
1300 @param Fat The FAT string.
1310 OUT CHAR8 *Fat
1415 @retval EFI_VOLUME_CORRUPTED - The FAT type is error.
1640 @param Volume - FAT file system volume.
1734 @param Volume - FAT file system volume.
1751 @param Volume - FAT file system volume.
1866 Convert the ascii fat name to the unicode string and strip trailing spaces,
1870 @param Len - The length of the fat name.
1897 Convert the 8.3 ASCII fat name to cased Unicode string according to case flag.
1996 @param Volume - FAT file system volume.