Searched refs:clust (Results 1 – 2 of 2) sorted by relevance
1699 dp->clust = clst; /* Current cluster# */ in dir_sdi()1730 if (dp->clust == 0) { /* Static table */ in dir_next()1737 clst = get_fat(&dp->obj, dp->clust); /* Get next cluster */ in dir_next()1745 clst = create_chain(&dp->obj, dp->clust); /* Allocate a cluster */ in dir_next()1756 dp->clust = clst; /* Initialize data for new cluster */ in dir_next()2459 …res = fill_last_frag(&dp->obj, dp->clust, 0xFFFFFFFF); /* Fill the last fragment on the FAT if nee…3816 fp->clust = clst;3886 clst = get_fat(&fp->obj, fp->clust); /* Follow cluster chain on the FAT */3891 fp->clust = clst; /* Update current cluster */3893 sect = clst2sect(fs, fp->clust); /* Get current sector */[all …]
211 DWORD clust; /* Current cluster of fpter (invalid when fptr is 0) */ member232 DWORD clust; /* Current cluster */ member