Searched refs:current_cl (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sbin/fsck_msdosfs/ |
| H A D | fat.c | 1047 cl_t prev_cl, current_cl, next_cl; in checkchain() local 1079 prev_cl = current_cl = head; in checkchain() 1080 for (next_cl = fat_get_cl_next(fat, current_cl); in checkchain() 1082 prev_cl = current_cl, current_cl = next_cl, next_cl = fat_get_cl_next(fat, current_cl)) in checkchain() 1105 current_cl = prev_cl; in checkchain() 1121 return (fat_set_cl_next(fat, current_cl, next_cl) | FSFATMOD); in checkchain() 1133 cl_t current_cl, next_cl; in clearchain() local 1136 current_cl = head; in clearchain() 1138 while (valid_cl(fat, current_cl)) { in clearchain() 1139 next_cl = fat_get_cl_next(fat, current_cl); in clearchain() [all …]
|