Searched refs:SecPerClust (Results 1 – 2 of 2) sorted by relevance
87 uint8_t SecPerClust; in msdosfs_mount() local117 SecPerClust = b50->bpbSecPerClust; in msdosfs_mount()137 if (!pmp->pm_BytesPerSec || !SecPerClust in msdosfs_mount()141 SecPerClust, pmp->pm_SecPerTrack)); in msdosfs_mount()204 SecPerClust) + 1; in msdosfs_mount()236 pmp->pm_bpcluster = SecPerClust * pmp->pm_BytesPerSec; in msdosfs_mount()
404 uint8_t SecPerClust; in mountmsdosfs() local477 SecPerClust = b50->bpbSecPerClust; in mountmsdosfs()501 if (!pmp->pm_BytesPerSec || !SecPerClust) { in mountmsdosfs()541 if ( (SecPerClust == 0) in mountmsdosfs()542 || (SecPerClust & (SecPerClust - 1)) in mountmsdosfs()547 || (SecPerClust * pmp->pm_BlkPerSec > MAXBSIZE / DEV_BSIZE) in mountmsdosfs()556 SecPerClust *= pmp->pm_BlkPerSec; in mountmsdosfs()574 SecPerClust + 1; in mountmsdosfs()617 pmp->pm_bpcluster = SecPerClust * DEV_BSIZE; in mountmsdosfs()