Home
last modified time | relevance | path

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

/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Dfat.c493 cl_t fat_get_cl_next(struct fat_descriptor *fat, cl_t cl) in fat_get_cl_next() function
965 nextcl = fat_get_cl_next(fat, cl); in readfat()
1069 for (next_cl = fat_get_cl_next(fat, current_cl); in checkchain()
1071 prev_cl = current_cl, current_cl = next_cl, next_cl = fat_get_cl_next(fat, current_cl)) in checkchain()
1128 next_cl = fat_get_cl_next(fat, current_cl); in clearchain()
1309 (boot->NumFree && fat_get_cl_next(fat, boot->FSNext) != CLUST_FREE))) { in checklost()
1315 if (fat_get_cl_next(fat, head) == CLUST_FREE) { in checklost()
H A Ddir.c341 startcl = fat_get_cl_next(fat, startcl); in delete()
443 cl = fat_get_cl_next(fat, cl); in checksize()
444 clearchain(fat, fat_get_cl_next(fat, cl)); in checksize()
1008 } while (fat_is_valid_cl(fat, (cl = fat_get_cl_next(fat, cl)))); in readDosDirSection()
1112 lfcl = p ? fat_get_cl_next(fat, lfcl) : lostDir->head; in reconnect()
H A Dext.h97 cl_t fat_get_cl_next(struct fat_descriptor *, cl_t);

Completed in 4 milliseconds