Searched refs:startcl (Results 1 – 1 of 1) sorted by relevance
| /third_party/uapp/fsck-msdosfs/ |
| A D | dir.c | 305 delete(int f, struct bootblock *boot, struct fatEntry *fat, cl_t startcl, in delete() argument 314 while (startcl >= CLUST_FIRST && startcl < boot->NumClusters) { in delete() 315 if (startcl == endcl) { in delete() 320 off = startcl * boot->bpbSecPerClust + boot->ClusterOffset; in delete() 336 if (startcl == endcl) in delete() 338 startcl = fat[startcl].next; in delete() 346 u_char *end, cl_t startcl, cl_t endcl, cl_t curcl, char *path, int type) in removede() argument 361 if (startcl != curcl) { in removede() 363 startcl, start - buffer, in removede() 370 if ((endcl == curcl) || (startcl < CLUST_FIRST)) in removede()
|
Completed in 4 milliseconds