Searched refs:IMAPS (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.c212 #define IMAPS ((unsigned)Super.s_imap_blocks) macro
233 #define NORM_FIRSTZONE (2 + IMAPS + ZMAPS + INODE_BLOCKS)
588 if (IMAPS * BLOCK_SIZE != write(dev_fd, inode_map, IMAPS * BLOCK_SIZE))
646 if (IMAPS * BLOCK_SIZE * 8 < INODES + 1)
654 inode_map = xzalloc(IMAPS * BLOCK_SIZE);
659 if (IMAPS * BLOCK_SIZE != read(dev_fd, inode_map, IMAPS * BLOCK_SIZE))

Completed in 60 milliseconds