Home
last modified time | relevance | path

Searched refs:stcl (Results 1 – 1 of 1) sorted by relevance

/fatfs-latest/
Dff.c5591 DWORD n, clst, stcl, scl, ncl, tcl, lclst; local
5602 stcl = fs->last_clst; lclst = 0;
5603 if (stcl < 2 || stcl >= fs->n_fatent) stcl = 2;
5607 scl = find_bitmap(fs, stcl, tcl); /* Find a contiguous cluster block */
5621 scl = clst = stcl; ncl = 0;
5636 if (clst == stcl) { /* No contiguous cluster? */