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

/freebsd-11-stable/sbin/fsck_msdosfs/
H A Dfat.c1038 cl_t prev_cl, current_cl, next_cl; local
1071 for (next_cl = fat_get_cl_next(fat, current_cl);
1072 valid_cl(fat, next_cl);
1073 prev_cl = current_cl, current_cl = next_cl, next_cl = fat_get_cl_next(fat, current_cl))
1077 if (next_cl >= CLUST_EOFS) {
1093 if (next_cl == CLUST_FREE || next_cl >= CLUST_RSRVD) {
1095 head, rsrvdcltype(next_cl));
1100 next_cl
1124 cl_t current_cl, next_cl; local
[all...]

Completed in 49 milliseconds