Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/makefs/msdos/
Dmsdosfs_vfsops.c87 uint8_t SecPerClust; in msdosfs_mount() local
117 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()
/freebsd-12-stable/sys/fs/msdosfs/
Dmsdosfs_vfsops.c404 uint8_t SecPerClust; in mountmsdosfs() local
477 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()