Home
last modified time | relevance | path

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

/fatfs-latest/
Dff.c3742 DWORD cl, bcs, clst, tm; local
3888 bcs = (DWORD)fs->csize * SS(fs); /* Cluster size in byte */
3890 for (ofs = fp->obj.objsize; res == FR_OK && ofs > bcs; ofs -= bcs) {
4455 DWORD clst, bcs; local
4536 bcs = (DWORD)fs->csize * SS(fs); /* Cluster size (byte) */
4538 (ofs - 1) / bcs >= (ifptr - 1) / bcs) { /* When seek to same or following cluster, */
4539 fp->fptr = (ifptr - 1) & ~(FSIZE_t)(bcs - 1); /* start from the current cluster */
4555 while (ofs > bcs) { /* Cluster following loop */
4556 ofs -= bcs; fp->fptr += bcs;