Searched refs:FIRST_CLUSTER (Results 1 – 3 of 3) sorted by relevance
38 public final static int FIRST_CLUSTER = 2; field in Fat124 this.lastAllocatedCluster = FIRST_CLUSTER; in Fat()132 this.lastClusterIndex = (int) bs.getDataClusterCount() + FIRST_CLUSTER; in Fat()289 for (i = FIRST_CLUSTER; i < lastAllocatedCluster; i++) { in allocNew()299 "FAT Full (" + (lastClusterIndex - FIRST_CLUSTER) in allocNew()305 if (lastAllocatedCluster < FIRST_CLUSTER) in allocNew()306 lastAllocatedCluster = FIRST_CLUSTER; in allocNew()325 for (int i=FIRST_CLUSTER; i < lastClusterIndex; i++) { in getFreeClusterCount()451 if ((cluster < FIRST_CLUSTER) || (cluster >= entries.length)) { in testCluster()
160 setLastAllocatedCluster(Fat.FIRST_CLUSTER); in init()
102 ((cluster - Fat.FIRST_CLUSTER) * clusterSize); in getDevOffset()