Home
last modified time | relevance | path

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

/fatfs-2.7.6/include/
Dff.h218 DWORD* cltbl; /* Pointer to the cluster link map table (nulled on open, set by application) */ member
/fatfs-2.7.6/
Dff.c1606 tbl = fp->cltbl + 1; /* Top of CLMT */ in clmt_clust()
3795 fp->cltbl = 0; /* Disable fast seek mode */
3881 if (fp->cltbl) {
3986 if (fp->cltbl) {
4393 if (fp->cltbl) { /* Fast seek */
4395 tbl = fp->cltbl;
4413 *fp->cltbl = ulen; /* Number of items used */