Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c100 ulong_t TotSec; member
292 h->TotSec = PC_NSEC(h); in calculate_parameters()
294 h->TotSec = h->bs.totalsec; in calculate_parameters()
308 h->DataSec = h->TotSec - h->FirstDataSector; in calculate_parameters()
601 ADD_UINT32(h, "total_sectors", h->TotSec); in get_attr()
/titanic_41/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c1574 int TotSec; in compute_file_area_size() local
1585 TotSec = wbpb->bpb.sectors_in_volume; in compute_file_area_size()
1591 TotSec = wbpb->bpb.sectors_in_logical_volume; in compute_file_area_size()
1594 DataSec = TotSec - in compute_file_area_size()