Home
last modified time | relevance | path

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

/third_party/FreeBSD/sbin/fsck_msdosfs/
Ddir.c318 off = (startcl - CLUST_FIRST) * boot->bpbSecPerClust + boot->FirstCluster; in delete()
376 if ((endcl == curcl) || (startcl < CLUST_FIRST)) in removede()
485 off = (cl - CLUST_FIRST) * boot->bpbSecPerClust + boot->FirstCluster; in check_subdirectory()
597 off = (cl - CLUST_FIRST) * boot->bpbSecPerClust + boot->FirstCluster; in readDosDirSection()
1115 if (lfcl < CLUST_FIRST || lfcl >= boot->NumClusters) { in reconnect()
1121 lfoff = (lfcl - CLUST_FIRST) * boot->ClusterSize in reconnect()
Ddosfs.h87 #define CLUST_FIRST 2 /* 2 is the minimum valid cluster number */ macro
Dboot.c289 if (boot->bpbRootClust < CLUST_FIRST || in readboot()
328 boot->NumClusters += CLUST_FIRST; in readboot()
Dfat.c561 return (cl >= CLUST_FIRST && cl < boot->NumClusters); in valid_cl()
966 for (cl = CLUST_FIRST; cl < boot->NumClusters; cl++) { in readfat()
1264 for (head = CLUST_FIRST; in checklost()
1316 for (head = CLUST_FIRST; head < boot->NumClusters; head++) in checklost()