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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dmkfs_minix.c143 # define INODE_BLOCKS div_roundup(SB_INODES, MINIX1_INODES_PER_BLOCK) macro
146 # define INODE_BLOCKS div_roundup(SB_INODES, \ macro
150 #define INODE_BUFFER_SIZE (INODE_BLOCKS * BLOCK_SIZE)
151 #define NORM_FIRSTZONE (2 + SB_IMAPS + SB_ZMAPS + INODE_BLOCKS)
H A Dfsck_minix.c226 #define INODE_BLOCKS div_roundup(INODES, (version2 ? MINIX2_INODES_PER_BLOCK \ macro
229 #define INODE_BLOCKS div_roundup(INODES, MINIX1_INODES_PER_BLOCK) macro
232 #define INODE_BUFFER_SIZE (INODE_BLOCKS * BLOCK_SIZE)
233 #define NORM_FIRSTZONE (2 + IMAPS + ZMAPS + INODE_BLOCKS)

Completed in 126 milliseconds