fat_get_cl_next
} while (fat_is_valid_cl(fat, (cl = fat_get_cl_next(fat, cl))));
lfcl = p ? fat_get_cl_next(fat, lfcl) : lostDir->head;
startcl = fat_get_cl_next(fat, startcl);
cl = fat_get_cl_next(fat, cl);
clearchain(fat, fat_get_cl_next(fat, cl));
cl_t fat_get_cl_next(struct fat_descriptor *, cl_t);
for (next_cl = fat_get_cl_next(fat, current_cl);
prev_cl = current_cl, current_cl = next_cl, next_cl = fat_get_cl_next(fat, current_cl))
next_cl = fat_get_cl_next(fat, current_cl);
(boot->NumFree && fat_get_cl_next(fat, boot->FSNext) != CLUST_FREE))) {
if (fat_get_cl_next(fat, head) == CLUST_FREE) {
nextcl = fat_get_cl_next(fat, cl);