Searched refs:SecPerClust (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c401 u_int8_t SecPerClust; local
488 SecPerClust = b50->bpbSecPerClust;
512 if (!pmp->pm_BytesPerSec || !SecPerClust) {
566 if ( (SecPerClust == 0)
567 || (SecPerClust & (SecPerClust - 1))
572 || (SecPerClust * pmp->pm_BlkPerSec > MAXBSIZE / DEV_BSIZE)
581 SecPerClust *= pmp->pm_BlkPerSec;
599 SecPerClust + 1;
642 pmp->pm_bpcluster = SecPerClust * DEV_BSIZ
[all...]

Completed in 100 milliseconds