Searched refs:EXT2_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
178 #define EXT2_BLOCK_SIZE(s) ((s)->s_blocksize) macro179 #define EXT2_ADDR_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof (__u32))
1352 offset &= (EXT2_BLOCK_SIZE(sb) - 1); in ext2_get_inode()
1571 if (offset || tocopy != EXT2_BLOCK_SIZE(sb)) in ext2_quota_write()