Home
last modified time | relevance | path

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

/external/fsck_msdos/
Ddir.c307 delete(int f, struct bootblock *boot, struct fatEntry *fat, cl_t startcl, in delete() argument
316 while (startcl >= CLUST_FIRST && startcl < boot->NumClusters) { in delete()
317 if (startcl == endcl) { in delete()
322 off = startcl * boot->SecPerClust + 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
370 if (startcl != curcl) { in removede()
372 startcl, start - buffer, in removede()