Home
last modified time | relevance | path

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

/fatfs-2.7.6/include/
Dff.h155 DWORD last_clst; /* Last allocated cluster */ member
/fatfs-2.7.6/
Dff.c1094 st_dword(fs->win + FSI_Nxt_Free, fs->last_clst); /* Last allocated culuster */ in sync_fs()
1505 scl = fs->last_clst; /* Suggested cluster to start to find */ in create_chain()
1551 cs = fs->last_clst; /* Start at suggested cluster if it is valid */ in create_chain()
1577 fs->last_clst = ncl; in create_chain()
3454 fs->last_clst = fs->free_clst = 0xFFFFFFFF; /* Initialize cluster allocation information */
3513 fs->last_clst = fs->free_clst = 0xFFFFFFFF; /* Initialize cluster allocation information */
3529 fs->last_clst = ld_dword(fs->win + FSI_Nxt_Free);
3724 fs->last_clst = fp->obj.sclust - 1; /* Reuse the cluster hole */
3743 fs->last_clst = cl - 1; /* Reuse the cluster hole */
5510 stcl = fs->last_clst; lclst = 0;
[all …]