Searched refs:last_clst (Results 1 – 2 of 2) sorted by relevance
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()[all …]
234 DWORD last_clst; /* Last allocated cluster */ member