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

/freebsd-11-stable/sbin/fsck_msdosfs/
H A Ddir.c295 * Delete directory entries between startcl, startoff and endcl, endoff.
298 delete(struct fat_descriptor *fat, cl_t startcl, argument
312 while (fat_is_valid_cl(fat, startcl)) {
313 if (startcl == endcl) {
318 off = (startcl - CLUST_FIRST) * boot->bpbSecPerClust + boot->FirstCluster;
341 if (startcl == endcl)
343 startcl = fat_get_cl_next(fat, startcl);
351 u_char *end, cl_t startcl, cl_t endcl, cl_t curcl,
367 if (startcl !
350 removede(struct fat_descriptor *fat, u_char *start, u_char *end, cl_t startcl, cl_t endcl, cl_t curcl, char *path, int type) argument
[all...]

Completed in 43 milliseconds