Home
last modified time | relevance | path

Searched refs:clust (Results 1 – 2 of 2) sorted by relevance

/fatfs-latest/
Dff.c1748 dp->clust = clst; /* Current cluster# */ in dir_sdi()
1779 if (dp->clust == 0) { /* Static table */ in dir_next()
1786 clst = get_fat(&dp->obj, dp->clust); /* Get next cluster */ in dir_next()
1794 clst = create_chain(&dp->obj, dp->clust); /* Allocate a cluster */ in dir_next()
1805 dp->clust = clst; /* Initialize data for new cluster */ in dir_next()
2512 …res = fill_last_frag(&dp->obj, dp->clust, 0xFFFFFFFF); /* Fill the last fragment on the FAT if nee…
3895 fp->clust = clst;
3965 clst = get_fat(&fp->obj, fp->clust); /* Follow cluster chain on the FAT */
3970 fp->clust = clst; /* Update current cluster */
3972 sect = clst2sect(fs, fp->clust); /* Get current sector */
[all …]
/fatfs-latest/include/
Dff.h209 DWORD clust; /* Current cluster of fpter (invalid when fptr is 0) */ member
230 DWORD clust; /* Current cluster */ member