Searched refs:FAT_CLUSTER_LAST (Results 1 – 3 of 3) sorted by relevance
286 return (UINTN) FAT_CLUSTER_LAST; in FatAllocateCluster()300 return (UINTN) FAT_CLUSTER_LAST; in FatAllocateCluster()391 FatSetFatEntry (Volume, LastCluster, (UINTN) FAT_CLUSTER_LAST); in FatShrinkEof()504 FatSetFatEntry (Volume, LastCluster, (UINTN) FAT_CLUSTER_LAST); in FatGrowEof()525 FatSetFatEntry (Volume, LastCluster, (UINTN) FAT_CLUSTER_LAST); in FatGrowEof()
34 #define FAT_CLUSTER_LAST (-1) macro