Home
last modified time | relevance | path

Searched refs:EXT2_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ext2/
H A Dext2.h181 #define EXT2_BLOCK_SIZE(s) ((s)->s_blocksize) macro
182 #define EXT2_ADDR_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof (__u32))
H A Dinode.c1331 offset &= (EXT2_BLOCK_SIZE(sb) - 1); in ext2_get_inode()
H A Dsuper.c1549 if (offset || tocopy != EXT2_BLOCK_SIZE(sb)) in ext2_quota_write()