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

/freebsd-11-stable/sbin/fsck_msdosfs/
H A Dext.h96 bool fat_is_cl_head(struct fat_descriptor *, cl_t);
H A Dfat.c194 fat_is_cl_head(struct fat_descriptor *fat, cl_t cl) function
975 if (fat_is_cl_head(fat, cl)) {
980 if (fat_is_cl_head(fat, cl)) {
994 if (fat_is_cl_head(fat, nextcl)) {
1048 assert(fat_is_cl_head(fat, head));
1276 if (fat_is_cl_head(fat, head)) {
H A Ddir.c254 if (!fat_is_cl_head(fat, boot->bpbRootClust)) {
839 !fat_is_cl_head(fat, dirent.head)))) {

Completed in 125 milliseconds