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