HomeSort by relevance Sort by last modified time
    Searched refs:CLUST_FIRST (Results 1 - 4 of 4) sorted by null

  /external/fsck_msdos/
fat.c 150 if (*next < CLUST_FIRST
286 for (cl = CLUST_FIRST; cl < boot->NumClusters;) {
413 for (cl = CLUST_FIRST; cl < boot->NumClusters; cl++)
424 for (p = head; p >= CLUST_FIRST && p < boot->NumClusters; p = q) {
460 for (head = CLUST_FIRST; head < boot->NumClusters; head++) {
469 p >= CLUST_FIRST && p < boot->NumClusters;
490 for (head = CLUST_FIRST; head < boot->NumClusters; head++) {
498 (n = fat[p].next) >= CLUST_FIRST && n < boot->NumClusters && wdk;
513 if (n < CLUST_FIRST || n >= boot->NumClusters) {
528 p >= CLUST_FIRST && p < boot->NumClusters
    [all...]
dosfs.h 97 #define CLUST_FIRST 2 /* 2 is the minimum valid cluster number */
dir.c 241 if (boot->RootCl < CLUST_FIRST || boot->RootCl >= boot->NumClusters) {
247 if (cl < CLUST_FIRST
316 while (startcl >= CLUST_FIRST && startcl < boot->NumClusters) {
401 if (dir->head < CLUST_FIRST || dir->head >= boot->NumClusters)
455 if (dir->parent && (cl < CLUST_FIRST || cl >= boot->NumClusters)) {
505 } while ((cl = fat[cl].next) >= CLUST_FIRST && cl < boot->NumClusters);
542 if (dir->parent && (cl < CLUST_FIRST || cl >= boot->NumClusters)) {
790 } else if (dirent.head < CLUST_FIRST
799 else if (dirent.head < CLUST_FIRST
834 if (dirent.head >= CLUST_FIRST && dirent.head < boot->NumClusters
    [all...]
boot.c 222 - CLUST_FIRST * boot->SecPerClust;

Completed in 41 milliseconds