Lines Matching refs:bcs
3285 DWORD cl, bcs, clst, tm;
3464 bcs = (DWORD)fs->csize * SS(fs); /* Cluster size in byte */
3466 for (ofs = fp->obj.objsize; res == FR_OK && ofs > bcs; ofs -= bcs) {
4064 DWORD clst, bcs;
4137 bcs = (DWORD)fs->csize * SS(fs); /* Cluster size (byte) */
4139 (ofs - 1) / bcs >= (ifptr - 1) / bcs) { /* When seek to same or following cluster, */
4140 fp->fptr = (ifptr - 1) & ~(FSIZE_t)(bcs - 1); /* start from the current cluster */
4157 while (ofs > bcs) { /* Cluster following loop */
4158 ofs -= bcs; fp->fptr += bcs;