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 in pcbmap()
153 * directory, then return the number of clusters in the file. in pcbmap()
196 * Stop with all reserved clusters, not just with EOF. in pcbmap()
421 * the count of free clusters, and turn off the "allocated" in clusterfree()
551 * count - number of clusters in chain
566 * Be sure the clusters are in the filesystem. in fatchain()
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", in chainalloc()
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)); in clusteralloc1()
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 in fillinusemap()
883 * Figure how many free clusters are in the filesystem by ripping in fillinusemap()
885 * zero. These represent free clusters. in fillinusemap()
938 * count - number of clusters to allocate