Home
last modified time | relevance | path

Searched refs:ZMAPS (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/util-linux/
Dfsck_minix.c262 #define ZMAPS ((unsigned)Super.s_zmap_blocks) macro
282 #define NORM_FIRSTZONE (2 + IMAPS + ZMAPS + INODE_BLOCKS)
604 if (ZMAPS * BLOCK_SIZE != write(dev_fd, zone_map, ZMAPS * BLOCK_SIZE)) in write_tables()
661 if (ZMAPS * BLOCK_SIZE * 8 < ZONES - FIRSTZONE + 1) in read_superblock()
668 zone_map = xzalloc(ZMAPS * BLOCK_SIZE); in read_tables()
674 if (ZMAPS * BLOCK_SIZE != read(dev_fd, zone_map, ZMAPS * BLOCK_SIZE)) in read_tables()