Searched refs:next_cl (Results 1 – 1 of 1) sorted by relevance
1047 cl_t prev_cl, current_cl, next_cl; in checkchain() local1080 for (next_cl = fat_get_cl_next(fat, current_cl); in checkchain()1081 valid_cl(fat, next_cl); in checkchain()1082 prev_cl = current_cl, current_cl = next_cl, next_cl = fat_get_cl_next(fat, current_cl)) in checkchain()1086 if (next_cl >= CLUST_EOFS) { in checkchain()1102 if (next_cl == CLUST_FREE || next_cl >= CLUST_RSRVD) { in checkchain()1104 head, rsrvdcltype(next_cl)); in checkchain()1109 next_cl & boot_of_(fat)->ClustMask); in checkchain()1115 next_cl = CLUST_EOF; in checkchain()1118 next_cl = CLUST_FREE; in checkchain()[all …]