Searched refs:valid_cl (Results 1 – 1 of 1) sorted by relevance
| /src/sbin/fsck_msdosfs/ |
| H A D | fat.c | 55 static inline bool valid_cl(struct fat_descriptor *, cl_t); 496 if (!valid_cl(fat, cl)) { in fat_get_cl_next() 512 if (!valid_cl(fat, cl)) { in fat_set_cl_next() 551 return (valid_cl(fat, cl)); in fat_is_valid_cl() 555 valid_cl(struct fat_descriptor *fat, cl_t cl) in valid_cl() function 982 } else if (!valid_cl(fat, nextcl) && nextcl < CLUST_RSRVD) { in readfat() 991 } else if (valid_cl(fat, nextcl)) { in readfat() 1045 assert(valid_cl(fat, head)); in checkchain() 1070 valid_cl(fat, next_cl); in checkchain() 1127 while (valid_cl(fat, current_cl)) { in clearchain()
|