Home
last modified time | relevance | path

Searched refs:ClusterOffset (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sbin/fsck_msdosfs/
Dboot.c179 boot->ClusterOffset = (boot->bpbRootDirEnts * 32 + in readboot()
197 boot->NumClusters = (boot->NumSectors - boot->ClusterOffset) / in readboot()
Ddosfs.h73 u_int ClusterOffset; /* at what sector would sector 0 start */ member
Ddir.c328 off = startcl * boot->bpbSecPerClust + boot->ClusterOffset; in delete()
474 off = cl * boot->bpbSecPerClust + boot->ClusterOffset; in readDosDirSection()
968 + boot->ClusterOffset * boot->bpbBytesPerSec; in reconnect()