FIL::cltbl is only used within FatFs.
 
Symbols
loading...
Files
loading...

FIL::cltbl field

Syntax

DWORD* cltbl;

References

LocationReferrerText
ff.h:167
DWORD* cltbl; /* Pointer to the cluster link map table (nulled on open, set by application) */
ff.c:1449clmt_clust()
tbl = fp->cltbl + 1; /* Top of CLMT */
ff.c:3460f_open()
fp->cltbl = 0; /* Disable fast seek mode */
ff.c:3542f_read()
if (fp->cltbl) {
ff.c:3647f_write()
if (fp->cltbl) {
ff.c:4024f_lseek()
if (fp->cltbl) { /* Fast seek */
ff.c:4026f_lseek()
tbl = fp->cltbl;
ff.c:4044f_lseek()
*fp->cltbl = ulen; /* Number of items used */

Data Use

Functions writing FIL::cltbl
Functions reading FIL::cltbl
all items filtered out
FIL::cltbl
Type of FIL::cltbl
FIL::cltbl
all items filtered out