Home
last modified time | relevance | path

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

/third_party/FreeBSD/sbin/fsck_msdosfs/
Dext.h96 bool fat_is_cl_head(struct fat_descriptor *, cl_t);
Dfat.c194 fat_is_cl_head(struct fat_descriptor *fat, cl_t cl) in fat_is_cl_head() function
975 if (fat_is_cl_head(fat, cl)) { in readfat()
980 if (fat_is_cl_head(fat, cl)) { in readfat()
994 if (fat_is_cl_head(fat, nextcl)) { in readfat()
1048 assert(fat_is_cl_head(fat, head)); in checkchain()
1276 if (fat_is_cl_head(fat, head)) { in checklost()
Ddir.c254 if (!fat_is_cl_head(fat, boot->bpbRootClust)) { in resetDosDirSection()
839 !fat_is_cl_head(fat, dirent.head)))) { in readDosDirSection()