Searched defs:startcl (Results 1 - 1 of 1) sorted by relevance

/external/fsck_msdos/
H A Ddir.c304 * Delete directory entries between startcl, startoff and endcl, endoff.
307 delete(int f, struct bootblock *boot, struct fatEntry *fat, cl_t startcl, argument
316 while (startcl >= CLUST_FIRST && startcl < boot->NumClusters) {
317 if (startcl == endcl) {
322 off = startcl * boot->SecPerClust + boot->ClusterOffset;
346 if (startcl == endcl)
348 startcl = fat[startcl].next;
356 u_char *end, cl_t startcl, cl_
355 removede(int f, struct bootblock *boot, struct fatEntry *fat, u_char *start, u_char *end, cl_t startcl, cl_t endcl, cl_t curcl, char *path, int type) argument
[all...]

Completed in 114 milliseconds