Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c1114 static LBA_t clst2sect ( /* !=0:Sector number, 0:Failed (invalid cluster#) */ in clst2sect() function
1448 rt[0] = clst2sect(fs, scl); /* Start of data area to be freed */ in remove_chain()
1449 rt[1] = clst2sect(fs, ecl) + fs->csize - 1; /* End of data area to be freed */ in remove_chain()
1638 sect = clst2sect(fs, clst); /* Top of the cluster */ in dir_clear()
1697 dp->sect = clst2sect(fs, clst); in dir_sdi()
1757 dp->sect = clst2sect(fs, clst); in dir_next()
3437 if (move_window(fs, clst2sect(fs, (DWORD)fs->dirbase) + so) != FR_OK) return FR_DISK_ERR;
3818 sc = clst2sect(fs, clst);
3893 sect = clst2sect(fs, fp->clust); /* Get current sector */
4008 sect = clst2sect(fs, fp->clust); /* Get current sector */
[all …]