Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/haas1000/drivers/services/fs/fat/ChaN/
A Dff.h128 DWORD* cltbl; /* Pointer to the cluster link map table (null on file open) */ member
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/
A Dff.h207 …DWORD* cltbl; /* Pointer to the cluster link map table (nulled on open, set by applicati… member
A Dff.c1593 tbl = fp->cltbl + 1; /* Top of CLMT */ in clmt_clust()
3558 fp->cltbl = 0; /* Disable fast seek mode */
3640 if (fp->cltbl) {
3745 if (fp->cltbl) {
4132 if (fp->cltbl) { /* Fast seek */
4134 tbl = fp->cltbl;
4152 *fp->cltbl = ulen; /* Number of items used */
/AliOS-Things-master/components/fatfs/include/
A Dff.h168 DWORD* cltbl; /* Pointer to the cluster link map table (nulled on open, set by application) */ member
/AliOS-Things-master/components/fatfs/src/
A Dff.c1459 tbl = fp->cltbl + 1; /* Top of CLMT */ in clmt_clust()
3505 fp->cltbl = 0; /* Disable fast seek mode */
3587 if (fp->cltbl) {
3692 if (fp->cltbl) {
4068 if (fp->cltbl) { /* Fast seek */
4070 tbl = fp->cltbl;
4088 *fp->cltbl = ulen; /* Number of items used */

Completed in 26 milliseconds