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

/freebsd-13-stable/sbin/fsck_msdosfs/
H A Dext.h98 cl_t fat_get_cl_next(struct fat_descriptor *, cl_t);
H A Dfat.c495 cl_t fat_get_cl_next(struct fat_descriptor *fat, cl_t cl) function
967 nextcl = fat_get_cl_next(fat, cl);
1071 for (next_cl = fat_get_cl_next(fat, current_cl);
1073 prev_cl = current_cl, current_cl = next_cl, next_cl = fat_get_cl_next(fat, current_cl))
1130 next_cl = fat_get_cl_next(fat, current_cl);
1311 (boot->NumFree && fat_get_cl_next(fat, boot->FSNext) != CLUST_FREE))) {
1317 if (fat_get_cl_next(fat, head) == CLUST_FREE) {
H A Ddir.c343 startcl = fat_get_cl_next(fat, startcl);
445 cl = fat_get_cl_next(fat, cl);
446 clearchain(fat, fat_get_cl_next(fat, cl));
1010 } while (fat_is_valid_cl(fat, (cl = fat_get_cl_next(fat, cl))));
1114 lfcl = p ? fat_get_cl_next(fat, lfcl) : lostDir->head;

Completed in 115 milliseconds