Lines Matching refs:FIRSTZONE
263 #define FIRSTZONE ((unsigned)Super.s_firstdatazone) macro
304 #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()
1190 for (i = FIRSTZONE; i < ZONES; i++) { in check_counts2()
1295 for (i = FIRSTZONE, free_cnt = 0; i < ZONES; i++) in fsck_minix_main()