Lines Matching refs:last_clst
1111 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;
5435 fs->last_clst = lclst; /* Set suggested start cluster to start next */