Home
last modified time | relevance | path

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

/freebsd/sbin/fsck_msdosfs/
H A Ddir.c296 delete(struct fat_descriptor *fat, cl_t startcl, in delete() argument
310 while (fat_is_valid_cl(fat, startcl)) { in delete()
311 if (startcl == endcl) { in delete()
316 off = (startcl - CLUST_FIRST) * boot->bpbSecPerClust + boot->FirstCluster; in delete()
339 if (startcl == endcl) in delete()
341 startcl = fat_get_cl_next(fat, startcl); in delete()
349 u_char *end, cl_t startcl, cl_t endcl, cl_t curcl, in removede() argument
365 if (startcl != curcl) { in removede()
367 startcl, start - buffer, in removede()
374 if ((endcl == curcl) || (startcl < CLUST_FIRST)) in removede()