Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/fsck_msdosfs/
Ddir.c298 delete(struct fat_descriptor *fat, cl_t startcl, in delete() argument
312 while (fat_is_valid_cl(fat, startcl)) { in delete()
313 if (startcl == endcl) { in delete()
318 off = (startcl - CLUST_FIRST) * boot->bpbSecPerClust + boot->FirstCluster; in delete()
341 if (startcl == endcl) in delete()
343 startcl = fat_get_cl_next(fat, startcl); in delete()
351 u_char *end, cl_t startcl, cl_t endcl, cl_t curcl, in removede() argument
367 if (startcl != curcl) { in removede()
369 startcl, start - buffer, in removede()
376 if ((endcl == curcl) || (startcl < CLUST_FIRST)) in removede()