Searched refs:RootDirSectors (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c101 ulong_t RootDirSectors; member in struct:fstyp_pcfs
304 h->RootDirSectors =
307 PC_RESSEC(h) + h->bs.nfat * h->FATSz + h->RootDirSectors;
369 for (i = 0; i < h->RootDirSectors; i++) {
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c1382 * RootDirSectors = ((BPB_RootEntCnt * 32) +
1447 * RootDirSectors = ((BPB_RootEntCnt * 32) +
1449 * TmpVal1 = DskSize - (BPB_ResvdSecCnt + RootDirSectors);
1576 int RootDirSectors = local
1596 RootDirSectors);

Completed in 64 milliseconds