Home
last modified time | relevance | path

Searched refs:bpbSecPerClust (Results 1 – 5 of 5) sorted by relevance

/minix3/sys/fs/msdosfs/
H A Dbpb.h27 u_int8_t bpbSecPerClust; /* sectors per cluster */ member
45 u_int8_t bpbSecPerClust; /* sectors per cluster */ member
63 u_int8_t bpbSecPerClust; /* sectors per cluster */ member
94 u_int8_t bpbSecPerClust; /* sectors per cluster */
127 int8_t bpbSecPerClust; /* sectors per cluster */ member
145 int8_t bpbSecPerClust; /* sectors per cluster */ member
163 u_int8_t bpbSecPerClust; /* sectors per cluster */ member
H A Dmsdosfs_vfsops.c544 SecPerClust = b50->bpbSecPerClust; in msdosfs_mountfs()
/minix3/sys/sys/
H A Dbootblock.h619 uint8_t bpbSecPerClust; /* sectors per cluster */ member
636 uint8_t bpbSecPerClust; /* sectors per cluster */ member
661 uint8_t bpbSecPerClust; /* sectors per cluster */ member
/minix3/usr.sbin/makefs/msdos/
H A Dmsdosfs_vfsops.c126 SecPerClust = b50->bpbSecPerClust; in msdosfs_mount()
/minix3/sys/lib/libsa/
H A Ddosfs.c441 if (!(fs->spc = bs->bpb.bpbSecPerClust) || fs->spc & (fs->spc - 1)) in parsebs()