Searched refs:tcl (Results 1 – 1 of 1) sorted by relevance
/fatfs-latest/ |
D | ff.c | 4459 DWORD cl, pcl, ncl, tcl, tlen, ulen; local 4482 tcl = cl; ncl = 0; ulen += 2; /* Top, length and used items */ 4490 *tbl++ = ncl; *tbl++ = tcl; 5591 DWORD n, clst, stcl, scl, ncl, tcl, lclst; local 5601 tcl = (DWORD)(fsz / n) + ((fsz & (n - 1)) ? 1 : 0); /* Number of clusters required */ 5607 scl = find_bitmap(fs, stcl, tcl); /* Find a contiguous cluster block */ 5612 res = change_bitmap(fs, scl, tcl, 1); /* Mark the cluster block 'in use' */ 5613 lclst = scl + tcl - 1; 5632 if (++ncl == tcl) break; /* Break if a contiguous cluster block is found */ 5642 for (clst = scl, n = tcl; n; clst++, n--) { /* Create a cluster chain on the FAT */ [all …]
|