Home
last modified time | relevance | path

Searched refs:valid_cl (Results 1 – 1 of 1) sorted by relevance

/freebsd/sbin/fsck_msdosfs/
H A Dfat.c55 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
993 } else if (!valid_cl(fat, nextcl) && nextcl < CLUST_RSRVD) { in readfat()
1002 } else if (valid_cl(fat, nextcl)) { in readfat()
1056 assert(valid_cl(fat, head)); in checkchain()
1081 valid_cl(fat, next_cl); in checkchain()
1138 while (valid_cl(fat, current_cl)) { in clearchain()