Searched refs:SecPerClust (Results 1 – 1 of 1) sorted by relevance
84 static ulong_t SecPerClust; /* # of sectors per cluster */ variable1358 spc = SecPerClust; in compute_cluster_size()3313 SecPerClust = atoi(value); in parse_suboptions()3415 } else if (!GetSPC && !(ISP2(SecPerClust) && in sanity_check_options()3416 IN_RANGE(SecPerClust, 1, 128))) { in sanity_check_options()