Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c86 static ulong_t SecPerClust; /* # of sectors per cluster */ variable
1360 spc = SecPerClust; in compute_cluster_size()
2350 SecPerClust = spc; in getdiskinfo()
3431 SecPerClust = atoi(value); in parse_suboptions()
3533 } else if (!GetSPC && !(ISP2(SecPerClust) && in sanity_check_options()
3534 IN_RANGE(SecPerClust, 1, 128))) { in sanity_check_options()