Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/vfs/
Dvfs_fat.c335 file->cltbl = clmt_mem; in vfs_fat_open()
336 file->cltbl[0] = CONFIG_FATFS_FAST_SEEK_BUFFER_SIZE; in vfs_fat_open()
345 ff_memfree(file->cltbl); in vfs_fat_open()
346 file->cltbl = NULL; in vfs_fat_open()
349 file->cltbl = NULL; in vfs_fat_open()
507 ff_memfree(file->cltbl); in vfs_fat_close()
508 file->cltbl = NULL; in vfs_fat_close()
/hal_espressif-3.6.0/components/fatfs/src/
Dff.h208 DWORD* cltbl; /* Pointer to the cluster link map table (nulled on open, set by application) */ member
Dff.c1623 tbl = fp->cltbl + 1; /* Top of CLMT */ in clmt_clust()
3686 fp->cltbl = 0; /* Disable fast seek mode */
3768 if (fp->cltbl) {
3873 if (fp->cltbl) {
4277 if (fp->cltbl) { /* Fast seek */
4279 tbl = fp->cltbl;
4297 *fp->cltbl = ulen; /* Number of items used */