Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dextents.c5535 if (!IS_ALIGNED(offset | len, EXT4_CLUSTER_SIZE(sb))) in ext4_collapse_range()
5637 if (!IS_ALIGNED(offset | len, EXT4_CLUSTER_SIZE(sb))) in ext4_insert_range()
H A Dext4.h345 #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()
H A Dsuper.c4499 unsigned int clustersize = EXT4_CLUSTER_SIZE(sb); in ext4_atomic_write_init()