Searched refs:fat_get_cl_next (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/sbin/fsck_msdosfs/ |
| HD | fat.c | 493 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()
|
| HD | ext.h | 97 cl_t fat_get_cl_next(struct fat_descriptor *, cl_t);
|
| HD | dir.c | 341 startcl = fat_get_cl_next(fat, startcl); in delete() 456 cl = fat_get_cl_next(fat, cl); in checksize() 457 clearchain(fat, fat_get_cl_next(fat, cl)); in checksize() 1021 } while (fat_is_valid_cl(fat, (cl = fat_get_cl_next(fat, cl)))); in readDosDirSection() 1125 lfcl = p ? fat_get_cl_next(fat, lfcl) : lostDir->head; in reconnect()
|