Searched refs:SecPerClust (Results 1 – 1 of 1) sorted by relevance
86 static ulong_t SecPerClust; /* # of sectors per cluster */ variable1360 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()