Searched refs:clst2sect (Results 1 – 1 of 1) sorted by relevance
| /fatfs-latest/ |
| D | ff.c | 1160 static LBA_t clst2sect ( /* !=0:Sector number, 0:Failed (invalid cluster#) */ in clst2sect() function 1494 rt[0] = clst2sect(fs, scl); /* Start of data area to be freed */ in remove_chain() 1495 rt[1] = clst2sect(fs, ecl) + fs->csize - 1; /* End of data area to be freed */ in remove_chain() 1687 sect = clst2sect(fs, clst); /* Top of the cluster */ in dir_clear() 1746 dp->sect = clst2sect(fs, clst); in dir_sdi() 1806 dp->sect = clst2sect(fs, clst); in dir_next() 3505 if (move_window(fs, clst2sect(fs, (DWORD)fs->dirbase) + so) != FR_OK) return FR_DISK_ERR; 3897 sc = clst2sect(fs, clst); 3972 sect = clst2sect(fs, fp->clust); /* Get current sector */ 4087 sect = clst2sect(fs, fp->clust); /* Get current sector */ [all …]
|