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

/freebsd-11.0-release/sbin/fsck_msdosfs/
H A Ddir.c310 * Delete directory entries between startcl, startoff and endcl, endoff.
313 delete(int f, struct bootblock *boot, struct fatEntry *fat, cl_t startcl, argument
322 while (startcl >= CLUST_FIRST && startcl < boot->NumClusters) {
323 if (startcl == endcl) {
328 off = startcl * boot->bpbSecPerClust + boot->ClusterOffset;
344 if (startcl == endcl)
346 startcl = fat[startcl].next;
354 u_char *end, cl_t startcl, cl_
353 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 47 milliseconds