Symbol: CLUST_FIRST
sbin/fsck_msdos/boot.c
290
boot->NumClusters += CLUST_FIRST;
sbin/fsck_msdos/dir.c
248
if (boot->RootCl < CLUST_FIRST || boot->RootCl >= boot->NumClusters) {
sbin/fsck_msdos/dir.c
254
if (cl < CLUST_FIRST
sbin/fsck_msdos/dir.c
323
while (startcl >= CLUST_FIRST && startcl < boot->NumClusters) {
sbin/fsck_msdos/dir.c
329
off = (startcl - CLUST_FIRST) * boot->SecPerClust + boot->FirstCluster;
sbin/fsck_msdos/dir.c
379
if ((endcl == curcl) || (startcl < CLUST_FIRST))
sbin/fsck_msdos/dir.c
402
if (dir->head < CLUST_FIRST || dir->head >= boot->NumClusters)
sbin/fsck_msdos/dir.c
480
if (dir->parent && (cl < CLUST_FIRST || cl >= boot->NumClusters)) {
sbin/fsck_msdos/dir.c
494
off = (cl - CLUST_FIRST) * boot->SecPerClust + boot->FirstCluster;
sbin/fsck_msdos/dir.c
710
} else if (dirent.head < CLUST_FIRST
sbin/fsck_msdos/dir.c
719
else if (dirent.head < CLUST_FIRST
sbin/fsck_msdos/dir.c
754
if (dirent.head >= CLUST_FIRST && dirent.head < boot->NumClusters)
sbin/fsck_msdos/dir.c
865
} while ((cl = fat[cl].next) >= CLUST_FIRST && cl < boot->NumClusters);
sbin/fsck_msdos/dir.c
966
if (lfcl < CLUST_FIRST || lfcl >= boot->NumClusters) {
sbin/fsck_msdos/dir.c
971
lfoff = (lfcl - CLUST_FIRST) * boot->ClusterSize
sbin/fsck_msdos/fat.c
200
for (cl = CLUST_FIRST; cl < boot->NumClusters;) {
sbin/fsck_msdos/fat.c
331
for (cl = CLUST_FIRST; cl < boot->NumClusters; cl++)
sbin/fsck_msdos/fat.c
342
for (p = head; p >= CLUST_FIRST && p < boot->NumClusters; p = q) {
sbin/fsck_msdos/fat.c
362
p >= CLUST_FIRST && p < boot->NumClusters;
sbin/fsck_msdos/fat.c
386
for (head = CLUST_FIRST; head < boot->NumClusters; head++) {
sbin/fsck_msdos/fat.c
395
p >= CLUST_FIRST && p < boot->NumClusters &&
sbin/fsck_msdos/fat.c
411
for (head = CLUST_FIRST; head < boot->NumClusters; head++) {
sbin/fsck_msdos/fat.c
418
(n = fat[p].next) >= CLUST_FIRST && n < boot->NumClusters;
sbin/fsck_msdos/fat.c
432
if (n < CLUST_FIRST || n >= boot->NumClusters) {
sbin/fsck_msdos/fat.c
452
p >= CLUST_FIRST && p < boot->NumClusters;
sbin/fsck_msdos/fat.c
538
for (cl = CLUST_FIRST; cl < boot->NumClusters; cl++) {
sbin/fsck_msdos/fat.c
593
for (head = CLUST_FIRST; head < boot->NumClusters; head++) {
sbin/fsck_msdos/fat.c
632
for (head = CLUST_FIRST; head < boot->NumClusters; head++)
sbin/fsck_msdos/fat.c
64
if (*next < CLUST_FIRST
sys/fs/msdosfs/msdosfs_fat.c
281
if (cn < CLUST_FIRST || cn > pmp->pm_maxcluster) {
sys/fs/msdosfs/msdosfs_fat.c
283
cn, (u_long)CLUST_FIRST, pmp->pm_maxcluster));
sys/fs/msdosfs/msdosfs_fat.c
603
if (cn < CLUST_FIRST || cn > pmp->pm_maxcluster)
sys/fs/msdosfs/msdosfs_fat.c
679
if (start < CLUST_FIRST || start + count - 1 > pmp->pm_maxcluster)
sys/fs/msdosfs/msdosfs_fat.c
903
while (cluster >= CLUST_FIRST && cluster <= pmp->pm_maxcluster) {
sys/fs/msdosfs/msdosfs_fat.c
974
for (cn = CLUST_FIRST; cn <= pmp->pm_maxcluster; cn++) {
sys/fs/msdosfs/msdosfs_vfsops.c
712
<= ((CLUST_RSRVD - CLUST_FIRST) & FAT12_MASK)) {
sys/fs/msdosfs/msdosfsmount.h
231
(de_cn2bn((pmp), (cn)-CLUST_FIRST) + (pmp)->pm_firstcluster)
usr.sbin/makefs/msdos/msdosfs_vfsops.c
278
<= ((CLUST_RSRVD - CLUST_FIRST) & FAT12_MASK)) {