Searched refs:ZONES (Results 1 – 1 of 1) sorted by relevance
256 # define ZONES ((unsigned)(version2 ? Super.s_zones : Super.s_nzones)) macro258 # define ZONES ((unsigned)(Super.s_nzones)) macro444 else if (*nr >= ZONES) in check_zone_nr2()489 if (nr < FIRSTZONE || nr >= ZONES) { in write_block()661 if (ZMAPS * BLOCK_SIZE * 8 < ZONES - FIRSTZONE + 1) in read_superblock()671 zone_count = xmalloc(ZONES); in read_tables()692 ZONES, in read_tables()1138 for (i = FIRSTZONE; i < ZONES; i++) { in check_counts()1190 for (i = FIRSTZONE; i < ZONES; i++) { in check_counts2()1210 memset(zone_count, 0, ZONES * sizeof(*zone_count)); in check()[all …]