Lines Matching refs:last_clst
1001 st_dword(fs->win + FSI_Nxt_Free, fs->last_clst); /* Last allocated culuster */ in sync_fs()
1236 scl = fs->last_clst; /* Suggested cluster to start to find */ in create_chain()
1288 cs = PARENTFS(fs)->last_clst; /* Start at suggested cluster if it is valid */ in create_chain()
1293 cs = fs->last_clst; /* Start at suggested cluster if it is valid */ in create_chain()
1334 fs->last_clst = ncl; in create_chain()
1335 PARENTFS(fs)->last_clst = ncl; in create_chain()
1344 fs->last_clst = ncl; in create_chain()
2900 fs->last_clst = fs->free_clst = 0xFFFFFFFF; /* Initialize cluster allocation information */ in mount_volume()
2916 fs->last_clst = ld_dword(fs->win + FSI_Nxt_Free); in mount_volume()
3147 fs->last_clst = fs->free_clst = DISK_ERROR; /* Initialize cluster allocation information */ in init_fatobj()
3161 fs->last_clst = ld_dword(fs->win + FSI_Nxt_Free); in init_fatobj()
3357 fs->last_clst = cl - 1; /* Reuse the cluster hole */ in f_open()
3366 fs->last_clst = cl - 1; /* Reuse the cluster hole */ in f_open()
3367 PARENTFS(fs)->last_clst = cl -1; in f_open()
4534 fs->last_clst = fclust; in f_truncate()
4537 fs->last_clst = fclust; in f_truncate()
4538 PARENTFS(fs)->last_clst = fclust; in f_truncate()
5315 stcl = fs->last_clst; lclst = 0;
5379 fs->last_clst = lclst; /* Set suggested start cluster to start next */
5395 fs->last_clst = lclst; /* Set suggested start cluster to start next */
5396 PARENTFS(fs)->last_clst = lclst;