Home | History | Annotate | Download | only in ext2fs

Lines Matching defs:EXT2_BLOCK_SIZE

86 #define EXT2_BLOCK_SIZE(s)	((s)->s_blocksize)
92 #define EXT2_BLOCK_SIZE(s) (EXT2_MIN_BLOCK_SIZE << (s)->s_log_block_size)
99 #define EXT2_ADDR_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof(__u32))
121 #define EXT2_FRAG_SIZE(s) EXT2_BLOCK_SIZE(s)
266 #define EXT2_INODES_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s)/EXT2_INODE_SIZE(s))
270 EXT2_BLOCK_SIZE(s)))
278 #define EXT2_DESC_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / EXT2_DESC_SIZE(s))