Searched refs:ccl (Results 1 – 5 of 5) sorted by relevance
25 DWORD csz, tcl, ncl, ccl, cl; in allocate_contiguous_clusters() local36 ncl = 0; ccl = fp->sclust; in allocate_contiguous_clusters()38 cl = get_fat(fp->fs, ccl); /* Get the cluster status */ in allocate_contiguous_clusters()40 if (cl != ccl + 1 && cl < fp->fs->n_fatent) break; /* Not contiguous? */ in allocate_contiguous_clusters()41 ccl = cl; in allocate_contiguous_clusters()56 ccl = cl = 2; ncl = 0; in allocate_contiguous_clusters()64 ccl = cl; ncl = 0; in allocate_contiguous_clusters()70 fp->fs->last_clust = ccl - 1; in allocate_contiguous_clusters()
3965 DWORD ccl; in f_getcwd() local3988 while ((ccl = dj.obj.sclust) != 0) { /* Repeat while current directory is a sub-directory */ in f_getcwd()3999 if (ccl == ld_clust(fs, dj.dir)) break; /* Found the entry */ in f_getcwd()
5141 "ccl~p",
4948 "ccl~s",