Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c5499 DWORD n, clst, stcl, scl, ncl, tcl, lclst; local
5510 stcl = fs->last_clst; lclst = 0;
5511 if (stcl < 2 || stcl >= fs->n_fatent) stcl = 2;
5515 scl = find_bitmap(fs, stcl, tcl); /* Find a contiguous cluster block */
5529 scl = clst = stcl; ncl = 0;
5540 if (clst == stcl) { res = FR_DENIED; break; } /* No contiguous cluster? */