Searched refs:tcl (Results 1 – 1 of 1) sorted by relevance
/fatfs-2.7.6/ |
D | ff.c | 4378 DWORD cl, pcl, ncl, tcl, tlen, ulen; local 4401 tcl = cl; ncl = 0; ulen += 2; /* Top, length and used items */ 4409 *tbl++ = ncl; *tbl++ = tcl; 5499 DWORD n, clst, stcl, scl, ncl, tcl, lclst; local 5509 tcl = (DWORD)(fsz / n) + ((fsz & (n - 1)) ? 1 : 0); /* Number of clusters required */ 5515 scl = find_bitmap(fs, stcl, tcl); /* Find a contiguous cluster block */ 5520 res = change_bitmap(fs, scl, tcl, 1); /* Mark the cluster block 'in use' */ 5521 lclst = scl + tcl - 1; 5536 if (++ncl == tcl) break; /* Break if a contiguous cluster block is found */ 5544 for (clst = scl, n = tcl; n; clst++, n--) { /* Create a cluster chain on the FAT */ [all …]
|