st_clust() is only used within FatFs.
 
Symbols
loading...
Files
loading...

st_clust() function

Syntax

static void st_clust (     FATFS* fs,     BYTE* dir,     DWORD cl );

Arguments

fs

dir

cl

References

LocationReferrerText
ff.c:1650
void st_clust (
ff.c:3396f_open()
st_clust(fs, dj.dir, 0); /* Reset file allocation info */
ff.c:3789f_sync()
st_clust(fp->obj.fs, dir, fp->obj.sclust); /* Update file allocation info */
ff.c:4661f_mkdir()
st_clust(fs, dir, dcl);
ff.c:4665f_mkdir()
st_clust(fs, dir + SZDIRE, pcl);
ff.c:4693f_mkdir()
st_clust(fs, dir, dcl); /* Table start cluster */
ff.c:4791f_rename()
st_clust(fs, dir, djn.obj.sclust);

Call Tree

Functions calling st_clust()
Functions called by st_clust()
st_clust()
all items filtered out
Data read by st_clust()
st_clust()