Lines Matching defs:SecPerClust
513 uint8_t SecPerClust;
596 SecPerClust = b50->bpbSecPerClust;
620 if (pmp->pm_BytesPerSec == 0 || SecPerClust == 0) {
659 if (SecPerClust == 0 || (SecPerClust & (SecPerClust - 1)) != 0 ||
663 SecPerClust * pmp->pm_BlkPerSec > MAXBSIZE / DEV_BSIZE) {
679 SecPerClust *= pmp->pm_BlkPerSec;
701 SecPerClust + 1;
749 pmp->pm_bpcluster = SecPerClust * DEV_BSIZE;