Searched refs:bcs (Results 1 – 1 of 1) sorted by relevance
3663 DWORD cl, bcs, clst, tm; local3809 bcs = (DWORD)fs->csize * SS(fs); /* Cluster size in byte */3811 for (ofs = fp->obj.objsize; res == FR_OK && ofs > bcs; ofs -= bcs) {4374 DWORD clst, bcs; local4455 bcs = (DWORD)fs->csize * SS(fs); /* Cluster size (byte) */4457 (ofs - 1) / bcs >= (ifptr - 1) / bcs) { /* When seek to same or following cluster, */4458 fp->fptr = (ifptr - 1) & ~(FSIZE_t)(bcs - 1); /* start from the current cluster */4474 while (ofs > bcs) { /* Cluster following loop */4475 ofs -= bcs; fp->fptr += bcs;