Lines Matching refs:last_clst
1003 st_dword(fs->win + FSI_Nxt_Free, fs->last_clst); /* Last allocated culuster */ in sync_fs()
1238 scl = fs->last_clst; /* Suggested cluster to start to find */ in create_chain()
1290 cs = PARENTFS(fs)->last_clst; /* Start at suggested cluster if it is valid */ in create_chain()
1295 cs = fs->last_clst; /* Start at suggested cluster if it is valid */ in create_chain()
1336 fs->last_clst = ncl; in create_chain()
1337 PARENTFS(fs)->last_clst = ncl; in create_chain()
1346 fs->last_clst = ncl; in create_chain()
2926 fs->last_clst = fs->free_clst = 0xFFFFFFFF; /* Initialize cluster allocation information */ in mount_volume()
2942 fs->last_clst = ld_dword(fs->win + FSI_Nxt_Free); in mount_volume()
3173 fs->last_clst = fs->free_clst = DISK_ERROR; /* Initialize cluster allocation information */ in init_fatobj()
3187 fs->last_clst = ld_dword(fs->win + FSI_Nxt_Free); in init_fatobj()
3382 fs->last_clst = cl - 1; /* Reuse the cluster hole */ in f_open()
3391 fs->last_clst = cl - 1; /* Reuse the cluster hole */ in f_open()
3392 PARENTFS(fs)->last_clst = cl -1; in f_open()
4563 fs->last_clst = fclust; in f_truncate()
4566 fs->last_clst = fclust; in f_truncate()
4567 PARENTFS(fs)->last_clst = fclust; in f_truncate()
5345 stcl = fs->last_clst; lclst = 0;
5409 fs->last_clst = lclst; /* Set suggested start cluster to start next */
5425 fs->last_clst = lclst; /* Set suggested start cluster to start next */
5426 PARENTFS(fs)->last_clst = lclst;