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

/netbsd-6-1-5-RELEASE/sbin/fsck_msdos/
H A Ddir.c311 * Delete directory entries between startcl, startoff and endcl, endoff.
314 delete(int f, struct bootblock *boot, struct fatEntry *fat, cl_t startcl, argument
323 while (startcl >= CLUST_FIRST && startcl < boot->NumClusters) {
324 if (startcl == endcl) {
329 off = startcl * boot->SecPerClust + boot->ClusterOffset;
345 if (startcl == endcl)
347 startcl = fat[startcl].next;
355 u_char *end, cl_t startcl, cl_
354 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 104 milliseconds