Home
last modified time | relevance | path

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

/external/fsck_msdos/
Dboot.c75 boot->SecPerClust = block[13];
119 (boot->SecPerClust == 0)) {
219 if (boot->SecPerClust == 0) {
220 pfatal("Invalid cluster size: %u", boot->SecPerClust);
241 - CLUST_FIRST * boot->SecPerClust;
243 boot->NumClusters = (boot->NumSectors - boot->ClusterOffset) / boot->SecPerClust;
274 boot->ClusterSize = boot->BytesPerSec * boot->SecPerClust;
Ddir.c231 b2 = boot->SecPerClust * boot->BytesPerSec; in resetDosDirSection()
312 int clsz = boot->SecPerClust * boot->BytesPerSec; in delete()
322 off = startcl * boot->SecPerClust + boot->ClusterOffset; in delete()
464 last = boot->SecPerClust * boot->BytesPerSec; in check_dot_dot()
465 off = cl * boot->SecPerClust + boot->ClusterOffset; in check_dot_dot()
558 last = boot->SecPerClust * boot->BytesPerSec; in readDosDirSection()
559 off = cl * boot->SecPerClust + boot->ClusterOffset; in readDosDirSection()
Ddosfs.h50 u_int SecPerClust; /* sectors per cluster */ member
/external/syslinux/core/
Ddiskboot.inc84 superb SecPerClust
107 SecPerClust equ bxSecPerClust