CLUST_FIRST       544 msdosfs/msdosfs_fat.c 	if (cn < CLUST_FIRST || cn > pmp->pm_maxcluster)
CLUST_FIRST       629 msdosfs/msdosfs_fat.c 	if (start < CLUST_FIRST || start + count - 1 > pmp->pm_maxcluster)
CLUST_FIRST       870 msdosfs/msdosfs_fat.c 	while (cluster >= CLUST_FIRST && cluster <= pmp->pm_maxcluster) {
CLUST_FIRST       943 msdosfs/msdosfs_fat.c 	for (cn = CLUST_FIRST; cn <= pmp->pm_maxcluster; cn++) {
CLUST_FIRST       399 msdosfs/msdosfs_vfsops.c 		    <= ((CLUST_RSRVD - CLUST_FIRST) & FAT12_MASK)) {
CLUST_FIRST       182 msdosfs/msdosfsmount.h 	(de_cn2bn((pmp), (cn)-CLUST_FIRST) + (pmp)->pm_firstcluster)