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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dmkfs_minix.c123 static ALWAYS_INLINE unsigned div_roundup(unsigned size, unsigned n) function
143 # define INODE_BLOCKS div_roundup(SB_INODES, MINIX1_INODES_PER_BLOCK)
146 # define INODE_BLOCKS div_roundup(SB_INODES, \
567 SB_IMAPS = div_roundup(SB_INODES + 1, BITS_PER_BLOCK);
581 sb_zmaps = div_roundup(G.total_blocks - norm_firstzone + 1, BITS_PER_BLOCK);
H A Dfsck_minix.c220 static ALWAYS_INLINE unsigned div_roundup(unsigned size, unsigned n) function
226 #define INODE_BLOCKS div_roundup(INODES, (version2 ? MINIX2_INODES_PER_BLOCK \
229 #define INODE_BLOCKS div_roundup(INODES, MINIX1_INODES_PER_BLOCK)

Completed in 119 milliseconds