Lines Matching refs:clust
1716 dp->clust = clst; /* Current cluster# */ in dir_sdi()
1747 if (dp->clust == 0) { /* Static table */ in dir_next()
1754 clst = get_fat(&dp->obj, dp->clust); /* Get next cluster */ in dir_next()
1762 clst = create_chain(&dp->obj, dp->clust); /* Allocate a cluster */ in dir_next()
1773 dp->clust = clst; /* Initialize data for new cluster */ in dir_next()
2518 …res = fill_last_frag(&dp->obj, dp->clust, 0xFFFFFFFF); /* Fill the last fragment on the FAT if nee…
3707 fp->clust = clst;
3773 clst = get_fat(&fp->obj, fp->clust); /* Follow cluster chain on the FAT */
3778 fp->clust = clst; /* Update current cluster */
3780 sect = clst2sect(fs, fp->clust); /* Get current sector */
3878 clst = create_chain(&fp->obj, fp->clust); /* Follow or stretch cluster chain on the FAT */
3884 fp->clust = clst; /* Update current cluster */
3895 sect = clst2sect(fs, fp->clust); /* Get current sector */
3983 …res = fill_last_frag(&fp->obj, fp->clust, 0xFFFFFFFF); /* Fill last fragment on the FAT if needed …
4271 …res = fill_last_frag(&fp->obj, fp->clust, 0xFFFFFFFF); /* Fill last fragment on the FAT if needed …
4307 fp->clust = clmt_clust(fp, ofs - 1);
4308 dsc = clst2sect(fs, fp->clust);
4344 clst = fp->clust;
4355 fp->clust = clst;
4377 fp->clust = clst;
4741 ncl = get_fat(&fp->obj, fp->clust);
4746 res = remove_chain(&fp->obj, ncl, fp->clust);
5489 fp->obj.sclust : get_fat(&fp->obj, fp->clust);
5492 fp->clust = clst; /* Update current cluster */
5495 sect = clst2sect(fs, fp->clust); /* Get current data sector */