Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dff.h145 DWORD last_clst; /* Last allocated cluster */ member
Dff.c1111 st_dword(fs->win + FSI_Nxt_Free, fs->last_clst); in sync_fs()
1522 scl = fs->last_clst; /* Suggested cluster to start to find */ in create_chain()
1568 cs = fs->last_clst; /* Start at suggested cluster if it is valid */ in create_chain()
1594 fs->last_clst = ncl; in create_chain()
3348 fs->last_clst = fs->free_clst = 0xFFFFFFFF; /* Initialize cluster allocation information */
3407 fs->last_clst = fs->free_clst = 0xFFFFFFFF; /* Initialize cluster allocation information */
3423 fs->last_clst = ld_dword(fs->win + FSI_Nxt_Free);
3617 fs->last_clst = fp->obj.sclust - 1; /* Reuse the cluster hole */
3634 fs->last_clst = cl - 1; /* Reuse the cluster hole */
5389 stcl = fs->last_clst; lclst = 0;
[all …]