Home
last modified time | relevance | path

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

/third_party/FatFs/documents/res/
Dapp3.c36 ncl = 0; ccl = fp->sclust; in allocate_contiguous_clusters()
44 … return clust2sect(fp->fs, fp->sclust); /* File is contiguous. Return the start sector */ in allocate_contiguous_clusters()
73 return clust2sect(fp->fs, fp->sclust); /* Return file start sector */ in allocate_contiguous_clusters()
Dapp5.c26 clst = fp->obj.sclust - 1; /* A cluster leading the first cluster for first test */ in test_contiguous_file()
/third_party/FatFs/source/
Dff.c780 Files[i].clu == dp->obj.sclust && in chk_lock()
814 && Files[i].clu == dp->obj.sclust in inc_lock()
822 Files[i].clu = dp->obj.sclust; in inc_lock()
1451 clst = dp->obj.sclust; /* Table start cluster (0:root) */ in dir_sdi()
2546 dp->obj.sclust = fs->cdir; /* Start from current directory */ in follow_path()
2551 dp->obj.sclust = 0; /* Start from root directory */ in follow_path()
2582 dp->obj.sclust = ld_clust(fs, fs->win + dp->dptr % SS(fs)); /* Open next directory */ in follow_path()
2584 dp->obj.sclust = ld_clust(PARENTFS(fs), PARENTFS(fs)->win + dp->dptr % SS(PARENTFS(fs))); in follow_path()
3008 if (fp->obj.sclust != 0) { in get_clustinfo()
3009 val = fp->obj.sclust; in get_clustinfo()
[all …]
Dff.h278 DWORD sclust; /* Object data start cluster (0:no cluster or root directory) */ member