Home
last modified time | relevance | path

Searched refs:FATSz (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c99 ulong_t FATSz; member
297 h->FATSz = h->bs.fatsec; in calculate_parameters()
299 h->FATSz = h->bs32.f_fatlength; in calculate_parameters()
307 PC_RESSEC(h) + h->bs.nfat * h->FATSz + h->RootDirSectors; in calculate_parameters()
602 ADD_UINT32(h, "fat_size", h->FATSz); in get_attr()
/titanic_50/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c1573 int FATSz; in compute_file_area_size() local
1584 FATSz = wbpb->bpb.sectors_per_fat; in compute_file_area_size()
1590 FATSz = wbpb->bpb32.big_sectors_per_fat; in compute_file_area_size()
1595 (wbpb->bpb.resv_sectors + (wbpb->bpb.num_fats * FATSz) + in compute_file_area_size()