Searched refs:startcl (Results 1 – 1 of 1) sorted by relevance
/external/fsck_msdos/ |
D | dir.c | 315 delete(int f, struct bootblock *boot, struct fatEntry *fat, cl_t startcl, in delete() argument 324 while (startcl >= CLUST_FIRST && startcl < boot->NumClusters) { in delete() 325 if (startcl == endcl) { in delete() 330 off = startcl * boot->bpbSecPerClust + boot->ClusterOffset; in delete() 346 if (startcl == endcl) in delete() 348 startcl = fat[startcl].next; in delete() 356 u_char *end, cl_t startcl, cl_t endcl, cl_t curcl, char *path, int type) in removede() argument 371 if (startcl != curcl) { in removede() 373 startcl, start - buffer, in removede() 380 if ((endcl == curcl) || (startcl < CLUST_FIRST)) in removede()
|