Lines Matching refs:free_clst
1110 st_dword(fs->win + FSI_Free_Count, fs->free_clst); in sync_fs()
1450 if (fs->free_clst < fs->n_fatent - 2) { /* Update FSINFO */ in remove_chain()
1451 fs->free_clst++; in remove_chain()
1532 if (fs->free_clst == 0) return 0; /* No free cluster */ in create_chain()
1595 if (fs->free_clst <= fs->n_fatent - 2) fs->free_clst--; 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 */
3420 fs->free_clst = ld_dword(fs->win + FSI_Free_Count);
4652 if (fs->free_clst <= fs->n_fatent - 2) {
4653 *nclst = fs->free_clst;
4708 fs->free_clst = nfree; /* Now free_clst is valid */
5441 if (fs->free_clst <= fs->n_fatent - 2) { /* Update FSINFO */
5442 fs->free_clst -= tcl;