Searched refs:FIRSTZONE (Results 1 – 1 of 1) sorted by relevance
263 #define FIRSTZONE ((unsigned)Super.s_firstdatazone) macro304 #define zone_in_use(x) (minix_bit(zone_map,(x)-FIRSTZONE+1))310 #define mark_zone(x) (minix_setbit(zone_map,(x)-FIRSTZONE+1))311 #define unmark_zone(x) (minix_clrbit(zone_map,(x)-FIRSTZONE+1))442 if (*nr < FIRSTZONE) 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()678 if (NORM_FIRSTZONE != FIRSTZONE) { in read_tables()693 FIRSTZONE, NORM_FIRSTZONE, in read_tables()1138 for (i = FIRSTZONE; i < ZONES; i++) { in check_counts()[all …]