Home
last modified time | relevance | path

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

/external/dosfstools/src/
Dfat.h37 int bad_cluster(DOS_FS *fs,unsigned long cluster);
Dcheck.c464 if (!fs->fat[curr].value || bad_cluster(fs,curr)) { in check_file()
714 if (bad_cluster(fs,walk)) break; in test_file()
732 if (bad_cluster(fs,walk)) break; in test_file()
Dfat.c181 int bad_cluster(DOS_FS *fs,unsigned long cluster) in bad_cluster() function