Home
last modified time | relevance | path

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

/third_party/uapp/mkfs-msdosfs/
A Dmkfs_msdos.c248 bpb.bpbSecPerClust = 1; in mkfs_msdos()
250 bpb.bpbSecPerClust = 8; in mkfs_msdos()
252 bpb.bpbSecPerClust = 16; in mkfs_msdos()
254 bpb.bpbSecPerClust = 32; in mkfs_msdos()
373 (bpb.bpbSecPerClust ? bpb.bpbSecPerClust in mkfs_msdos()
423 if (!bpb.bpbSecPerClust) in mkfs_msdos()
424 for (bpb.bpbSecPerClust = in mkfs_msdos()
426 bpb.bpbSecPerClust < MAXSPC && in mkfs_msdos()
433 bpb.bpbSecPerClust <<= 1) in mkfs_msdos()
475 fname, cls * bpb.bpbSecPerClust, cls * bpb.bpbSecPerClust == 1 ? "" : "s", in mkfs_msdos()
[all …]
/third_party/uapp/fsck-msdosfs/
A Dboot.c59 boot->bpbSecPerClust = block[13]; in readboot()
174 CLUST_FIRST * boot->bpbSecPerClust; in readboot()
180 if (boot->bpbSecPerClust == 0) { in readboot()
181 pfatal("Invalid cluster size: %u", boot->bpbSecPerClust); in readboot()
190 boot->bpbSecPerClust; in readboot()
221 boot->ClusterSize = boot->bpbBytesPerSec * boot->bpbSecPerClust; in readboot()
A Ddosfs.h45 u_int bpbSecPerClust; /* sectors per cluster */ member
A Ddir.c216 b2 = boot->bpbSecPerClust * boot->bpbBytesPerSec; in resetDosDirSection()
310 int clsz = boot->bpbSecPerClust * boot->bpbBytesPerSec; in delete()
320 off = startcl * boot->bpbSecPerClust + boot->ClusterOffset; in delete()
465 last = boot->bpbSecPerClust * boot->bpbBytesPerSec; in readDosDirSection()
466 off = cl * boot->bpbSecPerClust + boot->ClusterOffset; in readDosDirSection()

Completed in 12 milliseconds