Home
last modified time | relevance | path

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

/third_party/FreeBSD/sbin/fsck_msdosfs/
Dfat.c57 static inline bool valid_cl(struct fat_descriptor *, cl_t);
498 if (!valid_cl(fat, cl)) { in fat_get_cl_next()
514 if (!valid_cl(fat, cl)) { in fat_set_cl_next()
553 return (valid_cl(fat, cl)); in fat_is_valid_cl()
557 valid_cl(struct fat_descriptor *fat, cl_t cl) in valid_cl() function
984 } else if (!valid_cl(fat, nextcl) && nextcl < CLUST_RSRVD) { in readfat()
993 } else if (valid_cl(fat, nextcl)) { in readfat()
1047 assert(valid_cl(fat, head)); in checkchain()
1072 valid_cl(fat, next_cl); in checkchain()
1129 while (valid_cl(fat, current_cl)) { in clearchain()