Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c98 ulong_t TotSec; member
290 h->TotSec = PC_NSEC(h); in calculate_parameters()
292 h->TotSec = h->bs.totalsec; in calculate_parameters()
306 h->DataSec = h->TotSec - h->FirstDataSector; in calculate_parameters()
599 ADD_UINT32(h, "total_sectors", h->TotSec); in get_attr()
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c1576 int TotSec; in compute_file_area_size() local
1587 TotSec = wbpb->bpb.sectors_in_volume; in compute_file_area_size()
1593 TotSec = wbpb->bpb.sectors_in_logical_volume; in compute_file_area_size()
1596 DataSec = TotSec - in compute_file_area_size()