Lines Matching refs:int32_t

78     int32_t	clusterNum;
105 int32_t longEntStartClust;
175 extern int32_t extractStartCluster(struct pcdir *dp);
176 extern int32_t findImpactedCluster(struct pcdir *modified);
177 extern int32_t readFATEntry(int32_t currentCluster);
179 extern int32_t nextInChain(int32_t currentCluster);
182 int32_t startCluster);
184 extern void markClusterModified(int32_t clusterNum);
186 extern void updateDirEnt_Start(struct pcdir *dp, int32_t newStart);
195 char matchRequired, struct pcdir **found, int32_t *lastDirCluster,
198 extern void markFreeInFAT(int32_t clusterNum);
199 extern void markLastInFAT(int32_t clusterNum);
200 extern void writeFATEntry(int32_t currentCluster, int32_t value);
201 extern void markBadInFAT(int32_t clusterNum);
203 extern void squirrelPath(struct nameinfo *pathInfo, int32_t clusterNum);
206 extern void traverseDir(int fd, int32_t startAt, int depth, int descend,
208 int32_t *lastDirCluster, struct pcdir **dirEnd, char *recordPath,
210 extern void splitChain(int fd, struct pcdir *dp, int32_t problemCluster,
211 struct pcdir **newdp, int32_t *orphanStart);
216 extern int reservedInFAT(int32_t clusterNum);
217 extern int isMarkedBad(int32_t clusterNum);
218 extern int readCluster(int fd, int32_t clusterNum, uchar_t **data,
219 int32_t *datasize, int shouldCache);
220 extern int freeInFAT(int32_t clusterNum);
221 extern int lastInFAT(int32_t clusterNum);
222 extern int markInUse(int fd, int32_t clusterNum, struct pcdir *referencer,
223 struct pcdir *longRef, int32_t longStartCluster, int isHidden,
225 extern int badInFAT(int32_t clusterNum);