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

FIL::clust field

Syntax

DWORD clust;

References

LocationReferrerText
ff.h:160
DWORD clust; /* Current cluster of fpter (invalid when fptr is 0) */
ff.c:3481f_open()
fp->clust = clst;
ff.c:3547f_read()
clst = get_fat(&fp->obj, fp->clust); /* Follow cluster chain on the FAT */
ff.c:3552f_read()
fp->clust = clst; /* Update current cluster */
ff.c:3554f_read()
sect = clust2sect(fs, fp->clust); /* Get current sector */
ff.c:3652f_write()
clst = create_chain(&fp->obj, fp->clust); /* Follow or stretch cluster chain on the FAT */
ff.c:3658f_write()
fp->clust = clst; /* Update current cluster */
ff.c:3669f_write()
sect = clust2sect(fs, fp->clust); /* Get current sector */
ff.c:4054f_lseek()
fp->clust = clmt_clust(fp, ofs - 1);
ff.c:4055f_lseek()
dsc = clust2sect(fs, fp->clust);
ff.c:4091f_lseek()
clst = fp->clust;
ff.c:4102f_lseek()
fp->clust = clst;
ff.c:4124f_lseek()
fp->clust = clst;
ff.c:4493f_truncate()
ncl = get_fat(&fp->obj, fp->clust);
ff.c:4498f_truncate()
res = remove_chain(&fp->obj, ncl, fp->clust);

Data Use

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