EXT4_BLOCK_SIZE   258 fs/ext4/ext4.h #define	EXT4_ADDR_PER_BLOCK(s)		(EXT4_BLOCK_SIZE(s) / sizeof(__u32))
EXT4_BLOCK_SIZE   259 fs/ext4/ext4.h #define EXT4_CLUSTER_SIZE(s)		(EXT4_BLOCK_SIZE(s) << \
EXT4_BLOCK_SIZE   371 fs/ext4/ext4.h # define EXT4_DESC_PER_BLOCK(s)		(EXT4_BLOCK_SIZE(s) / EXT4_DESC_SIZE(s))
EXT4_BLOCK_SIZE   318 fs/ext4/namei.c 		(EXT4_BLOCK_SIZE(inode->i_sb) -
EXT4_BLOCK_SIZE   329 fs/ext4/namei.c 	t = EXT4_DIRENT_TAIL(bh->b_data, EXT4_BLOCK_SIZE(inode->i_sb));
EXT4_BLOCK_SIZE   415 fs/ext4/namei.c 	if (le16_to_cpu(dirent->rec_len) == EXT4_BLOCK_SIZE(inode->i_sb))
EXT4_BLOCK_SIZE   420 fs/ext4/namei.c 		    EXT4_BLOCK_SIZE(inode->i_sb) - 12)
EXT4_BLOCK_SIZE   471 fs/ext4/namei.c 	    EXT4_BLOCK_SIZE(inode->i_sb) - sizeof(struct dx_tail)) {
EXT4_BLOCK_SIZE   500 fs/ext4/namei.c 	    EXT4_BLOCK_SIZE(inode->i_sb) - sizeof(struct dx_tail)) {
EXT4_BLOCK_SIZE   144 fs/ext4/xattr.c 			   EXT4_BLOCK_SIZE(inode->i_sb) - offset);