Searched refs:FIRSTZONE (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dfsck_minix.c214 #define FIRSTZONE ((unsigned)Super.s_firstdatazone) macro
255 #define zone_in_use(x) (minix_bit(zone_map,(x)-FIRSTZONE+1))
261 #define mark_zone(x) (minix_setbit(zone_map,(x)-FIRSTZONE+1))
262 #define unmark_zone(x) (minix_clrbit(zone_map,(x)-FIRSTZONE+1))
401 if (*nr < FIRSTZONE)
402 msg = "< FIRSTZONE";
452 if (nr < FIRSTZONE || nr >= ZONES) {
648 if (ZMAPS * BLOCK_SIZE * 8 < ZONES - FIRSTZONE + 1)
665 if (NORM_FIRSTZONE != FIRSTZONE) {
680 FIRSTZONE, NORM_FIRSTZON
[all...]

Completed in 93 milliseconds