Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c1355 DWORD cl, n; in fill_first_frag() local
1359 for (cl = obj->sclust, n = obj->n_cont; n; cl++, n--) { /* Create cluster chain on the FAT */ in fill_first_frag()
1360 res = put_fat(obj->fs, cl, cl + 1); in fill_first_frag()
1602 DWORD cl, ncl, *tbl; in clmt_clust() local
1607 cl = (DWORD)(ofs / SS(fs) / fs->csize); /* Cluster order from top of the file */ in clmt_clust()
1611 if (cl < ncl) break; /* In this fragment? */ in clmt_clust()
1612 cl -= ncl; tbl++; /* Next fragment */ in clmt_clust()
1614 return cl + *tbl; /* Return the cluster number */ in clmt_clust()
1822 DWORD cl; local
1824 cl = ld_word(dir + DIR_FstClusLO);
[all …]