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

remove_chain() function

Syntax

static FRESULT remove_chain (     _FDID* obj,     DWORD clst,     DWORD pclst );

Arguments

obj

clst

pclst

References

LocationReferrerText
ff.c:1271
FRESULT remove_chain ( /* FR_OK(0):succeeded, !=0:error */
ff.c:3402f_open()
res = remove_chain(&dj.obj, cl, 0);
ff.c:4490f_truncate()
res = remove_chain(&fp->obj, fp->obj.sclust, 0);
ff.c:4498f_truncate()
res = remove_chain(&fp->obj, ncl, fp->clust);
ff.c:4601f_unlink()
res = remove_chain(&dj.obj, dclst, 0);
ff.c:4701f_mkdir()
remove_chain(&dj.obj, dcl, 0); /* Could not register, remove cluster chain */

Call Tree

Functions calling remove_chain()
Functions called by remove_chain()
remove_chain()
all items filtered out
Data read by remove_chain()
Data written by remove_chain()
remove_chain()
remove_chain()::res
remove_chain()::nxt
all items filtered out
Type of remove_chain()
remove_chain()
all items filtered out