Searched defs:Cluster (Results 1 – 5 of 5) sorted by relevance
245 IN UINTN Cluster in FatFreeClusters()280 UINTN Cluster; in FatAllocateCluster() local364 UINTN Cluster; in FatShrinkEof() local439 UINTN Cluster; in FatGrowEof() local560 UINTN Cluster; in FatOFilePosition() local646 IN UINTN Cluster in FatPhysicalDirSize()
175 UINTN Cluster; in FatSetDirEntCluster() local458 UINTN Cluster; in FatGetDirEntInfo() local
35 #define FAT_END_OF_FAT_CHAIN(Cluster) ((Cluster) > (FAT_CLUSTER_SPECIAL)) argument
194 IN UINT32 Cluster, in FatGetNextCluster()279 UINT32 Cluster; in FatSetFilePos() local
39 #define FAT_CLUSTER_FUNCTIONAL(Cluster) (((Cluster) == 0) || ((Cluster) >= FAT_CLUSTER_SPECIAL)) argument40 #define FAT_CLUSTER_END_OF_CHAIN(Cluster) ((Cluster) > (FAT_CLUSTER_SPECIAL)) argument