Searched refs:ld_clust (Results 1 – 1 of 1) sorted by relevance
/fatfs-2.7.6/ |
D | ff.c | 1817 static DWORD ld_clust ( /* Returns the top cluster value of the SFN entry */ function 3075 dp->obj.sclust = ld_clust(fs, fs->win + dp->dptr % SS(fs)); /* Open next directory */ 3733 cl = ld_clust(fs, dj.dir); /* Get current cluster chain */ 3791 fp->obj.sclust = ld_clust(fs, dj.dir); /* Get object allocation info */ 4245 fs->cdir = ld_clust(fs, dj.dir); /* Sub-directory cluster */ 4304 dj.obj.sclust = ld_clust(fs, dj.dir); /* Goto parent directory */ 4310 if (ccl == ld_clust(fs, dj.dir)) break; /* Found the entry */ 4561 dp->obj.sclust = ld_clust(fs, dp->dir); /* Get object allocation info */ 4935 dclst = ld_clust(fs, dj.dir); 5138 sect = clst2sect(fs, ld_clust(fs, dir));
|