Home
last modified time | relevance | path

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

/fatfs-latest/
Dff.c1401 DWORD cl, n; in fill_first_frag() local
1405 for (cl = obj->sclust, n = obj->n_cont; n; cl++, n--) { /* Create cluster chain on the FAT */ in fill_first_frag()
1406 res = put_fat(obj->fs, cl, cl + 1); in fill_first_frag()
1650 DWORD cl, ncl; in clmt_clust() local
1656 cl = (DWORD)(ofs / SS(fs) / fs->csize); /* Cluster order from top of the file */ in clmt_clust()
1660 if (cl < ncl) break; /* In this fragment? */ in clmt_clust()
1661 cl -= ncl; tbl++; /* Next fragment */ in clmt_clust()
1663 return cl + *tbl; /* Return the cluster number */ in clmt_clust()
1871 DWORD cl; local
1873 cl = ld_word(dir + DIR_FstClusLO);
[all …]