HomeSort by relevance Sort by last modified time
    Searched refs:FreeInfoPos (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
Flush.c 403 // Update the free hint info. Volume->FreeInfoPos != 0
406 if (Volume->FreeInfoValid && Volume->FatDirty && Volume->FreeInfoPos) {
407 Status = FatDiskIo (Volume, WriteDisk, Volume->FreeInfoPos, sizeof (FAT_INFO_SECTOR), &Volume->FatInfoSector, Task);
Init.c 366 Volume->FreeInfoPos = FatBs.FatBse.Fat32Bse.FsInfoSector * BlockSize;
368 FatDiskIo (Volume, ReadDisk, Volume->FreeInfoPos, sizeof (FAT_INFO_SECTOR), &Volume->FatInfoSector, NULL);
Fat.h 342 UINTN FreeInfoPos; // Pos with the free cluster info
    [all...]

Completed in 2871 milliseconds