Searched refs:clust (Results 1 – 2 of 2) sorted by relevance
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 */[all …]
209 DWORD clust; /* Current cluster of fpter (invalid when fptr is 0) */ member230 DWORD clust; /* Current cluster */ member