Lines Matching full:clusters
127 * is beyond the end of file, then the actual number of clusters in the file
154 * clusters. If the cluster number is beyond the end of the root in pcbmap()
155 * directory, then return the number of clusters in the file. in pcbmap()
198 * Stop with all reserved clusters, not just with EOF. in pcbmap()
440 * the count of free clusters, and turn off the "allocated" in clusterfree()
571 * count - number of clusters in chain
586 * Be sure the clusters are in the filesystem. in fatchain()
691 * Allocate contigous free clusters.
695 * count - number of clusters to allocate.
699 * got - how many clusters were actually allocated.
725 printf("clusteralloc(): allocated cluster chain at %lu (%lu clusters)\n", in chainalloc()
736 * Allocate contiguous free clusters.
740 * count - number of clusters requested.
744 * got - how many clusters were actually allocated.
770 printf("clusteralloc(): find %lu clusters\n", count); in clusteralloc1()
826 * Free a chain of clusters.
830 * startcluster - number of the 1st cluster in the chain of clusters to be
896 * Read in FAT blocks looking for free clusters. For every free cluster
910 * Mark all clusters in use, we mark the free ones in the FAT scan in fillinusemap()
917 * Figure how many free clusters are in the filesystem by ripping in fillinusemap()
919 * zero. These represent free clusters. in fillinusemap()
976 * count - number of clusters to allocate