Home
last modified time | relevance | path

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

/external/fsck_msdos/
Dfat.c150 if (*next < CLUST_FIRST in checkclnum()
286 for (cl = CLUST_FIRST; cl < boot->NumClusters;) { in readfat()
413 for (cl = CLUST_FIRST; cl < boot->NumClusters; cl++) in comparefat()
424 for (p = head; p >= CLUST_FIRST && p < boot->NumClusters; p = q) { in clearchain()
460 for (head = CLUST_FIRST; head < boot->NumClusters; head++) { in checkfat()
469 p >= CLUST_FIRST && p < boot->NumClusters; in checkfat()
490 for (head = CLUST_FIRST; head < boot->NumClusters; head++) { in checkfat()
498 (n = fat[p].next) >= CLUST_FIRST && n < boot->NumClusters && wdk; in checkfat()
513 if (n < CLUST_FIRST || n >= boot->NumClusters) { in checkfat()
528 p >= CLUST_FIRST && p < boot->NumClusters; in checkfat()
[all …]
Ddir.c241 if (boot->RootCl < CLUST_FIRST || boot->RootCl >= boot->NumClusters) { in resetDosDirSection()
247 if (cl < CLUST_FIRST in resetDosDirSection()
316 while (startcl >= CLUST_FIRST && startcl < boot->NumClusters) { in delete()
401 if (dir->head < CLUST_FIRST || dir->head >= boot->NumClusters) in checksize()
455 if (dir->parent && (cl < CLUST_FIRST || cl >= boot->NumClusters)) { in check_dot_dot()
505 } while ((cl = fat[cl].next) >= CLUST_FIRST && cl < boot->NumClusters); in check_dot_dot()
542 if (dir->parent && (cl < CLUST_FIRST || cl >= boot->NumClusters)) { in readDosDirSection()
790 } else if (dirent.head < CLUST_FIRST in readDosDirSection()
799 else if (dirent.head < CLUST_FIRST in readDosDirSection()
834 if (dirent.head >= CLUST_FIRST && dirent.head < boot->NumClusters) in readDosDirSection()
[all …]
Ddosfs.h97 #define CLUST_FIRST 2 /* 2 is the minimum valid cluster number */ macro
Dboot.c241 - CLUST_FIRST * boot->SecPerClust;