Searched refs:EXT3_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
83 #define EXT3_BLOCK_SIZE(s) ((s)->s_blocksize) macro84 #define EXT3_ADDR_PER_BLOCK(s) (EXT3_BLOCK_SIZE(s) / sizeof (__u32))
2677 iloc->offset = offset & (EXT3_BLOCK_SIZE(sb) - 1); in ext3_get_inode_block()