Home
last modified time | relevance | path

Searched refs:free_clst (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/fatfs/src/
Dff.c1110 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;
[all …]
Dff.h146 DWORD free_clst; /* Number of free clusters */ member