Lines Matching full:clusters
127 * is beyond the end of file, then the actual number of clusters in the file
152 * clusters. If the cluster number is beyond the end of the root
153 * directory, then return the number of clusters in the file.
196 * Stop with all reserved clusters, not just with EOF.
421 * the count of free clusters, and turn off the "allocated"
551 * count - number of clusters in chain
566 * Be sure the clusters are in the filesystem.
670 * Allocate contiguous free clusters.
674 * count - number of clusters to allocate.
678 * got - how many clusters were actually allocated.
702 printf("clusteralloc(): allocated cluster chain at %lu (%lu clusters)\n",
713 * Allocate contiguous free clusters.
717 * count - number of clusters requested.
721 * got - how many clusters were actually allocated.
742 MSDOSFS_DPRINTF(("clusteralloc(): find %lu clusters\n", count));
799 * Free a chain of clusters.
803 * startcluster - number of the 1st cluster in the chain of clusters to be
863 * Read in FAT blocks looking for free clusters. For every free cluster
876 * Mark all clusters in use, we mark the free ones in the FAT scan
883 * Figure how many free clusters are in the filesystem by ripping
885 * zero. These represent free clusters.
938 * count - number of clusters to allocate