Lines Matching refs:clust
1748 dp->clust = clst; /* Current cluster# */ in dir_sdi()
1779 if (dp->clust == 0) { /* Static table */ in dir_next()
1786 clst = get_fat(&dp->obj, dp->clust); /* Get next cluster */ in dir_next()
1794 clst = create_chain(&dp->obj, dp->clust); /* Allocate a cluster */ in dir_next()
1805 dp->clust = clst; /* Initialize data for new cluster */ in dir_next()
2512 …res = fill_last_frag(&dp->obj, dp->clust, 0xFFFFFFFF); /* Fill the last fragment on the FAT if nee…
3895 fp->clust = clst;
3965 clst = get_fat(&fp->obj, fp->clust); /* Follow cluster chain on the FAT */
3970 fp->clust = clst; /* Update current cluster */
3972 sect = clst2sect(fs, fp->clust); /* Get current sector */
4070 clst = create_chain(&fp->obj, fp->clust); /* Follow or stretch cluster chain on the FAT */
4076 fp->clust = clst; /* Update current cluster */
4087 sect = clst2sect(fs, fp->clust); /* Get current sector */
4175 …res = fill_last_frag(&fp->obj, fp->clust, 0xFFFFFFFF); /* Fill last fragment on the FAT if needed …
4468 …res = fill_last_frag(&fp->obj, fp->clust, 0xFFFFFFFF); /* Fill last fragment on the FAT if needed …
4504 fp->clust = clmt_clust(fp, ofs - 1);
4505 dsc = clst2sect(fs, fp->clust);
4541 clst = fp->clust;
4552 fp->clust = clst;
4574 fp->clust = clst;
4945 ncl = get_fat(&fp->obj, fp->clust);
4950 res = remove_chain(&fp->obj, ncl, fp->clust);
5708 fp->obj.sclust : get_fat(&fp->obj, fp->clust);
5711 fp->clust = clst; /* Update current cluster */
5714 sect = clst2sect(fs, fp->clust); /* Get current data sector */