Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dextents.c5350 if (!IS_ALIGNED(offset | len, EXT4_CLUSTER_SIZE(sb))) in ext4_collapse_range()
5490 if (!IS_ALIGNED(offset | len, EXT4_CLUSTER_SIZE(sb))) in ext4_insert_range()
H A Dext4.h346 #define EXT4_CLUSTER_SIZE(s) (EXT4_BLOCK_SIZE(s) << \ macro
H A Dinode.c155 EXT4_CLUSTER_SIZE(inode->i_sb) >> 9 : 0; in ext4_inode_is_fast_symlink()