Home
last modified time | relevance | path

Searched refs:EXT3_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/ext3/
Dext3.h83 #define EXT3_BLOCK_SIZE(s) ((s)->s_blocksize) macro
84 #define EXT3_ADDR_PER_BLOCK(s) (EXT3_BLOCK_SIZE(s) / sizeof (__u32))
Dinode.c2677 iloc->offset = offset & (EXT3_BLOCK_SIZE(sb) - 1); in ext3_get_inode_block()