Home
last modified time | relevance | path

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

/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Ddir.c293 * Delete directory entries between startcl, startoff and endcl, endoff.
296 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()
365 if (startcl ! in removede()
348 removede(struct fat_descriptor *fat, u_char *start, u_char *end, cl_t startcl, cl_t endcl, cl_t curcl, char *path, int type) removede() argument
[all...]

Completed in 1 milliseconds