Searched refs:clustersize (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/fs/ext4/
H A Dsuper.c3452 int blocksize, clustersize; ext4_fill_super() local
3834 /* Handle clustersize */ ext4_fill_super()
3835 clustersize = BLOCK_SIZE << le32_to_cpu(es->s_log_cluster_size); ext4_fill_super()
3839 if (clustersize < blocksize) { ext4_fill_super()
3842 "block size (%d)", clustersize, blocksize); ext4_fill_super()
3856 (sbi->s_clusters_per_group * (clustersize / blocksize))) { ext4_fill_super()
3864 if (clustersize != blocksize) { ext4_fill_super()
3866 "block size (%d)", clustersize, ext4_fill_super()
3868 clustersize = blocksize; ext4_fill_super()
3879 sbi->s_cluster_ratio = clustersize / blocksize; ext4_fill_super()
3888 /* Do we have standard group size of clustersize * 8 blocks ? */ ext4_fill_super()
3889 if (sbi->s_blocks_per_group == clustersize << 3) ext4_fill_super()
/linux-4.1.27/fs/ocfs2/
H A Dlocalalloc.c151 * Some clustersize / blocksize combinations will have ocfs2_la_default_mb()
156 * As an example, 16K clustersize at 4K blocksize ocfs2_la_default_mb()
H A Dmove_extents.c1033 * is 1M, since our maximum clustersize was 1M also. ocfs2_ioctl_move_extents()
H A Dsuper.c810 * the minimum clustersize. ocfs2_sb_probe()
2254 /* get some pseudo constants for clustersize bits */ ocfs2_initialize_super()
H A Daops.c1009 * If pagesize > clustersize, this function will avoid zeroing outside
H A Dfile.c1721 * within one cluster(means is not exactly aligned to clustersize). ocfs2_remove_inode_range()
H A Ddir.c2861 * blocksize == clustersize and the dirent won't fit in the ocfs2_expand_inline_dir()
H A Dxattr.c5082 * So now the maximum size is OCFS2_MAX_XATTR_TREE_LEAF_SIZE(or clustersize,

Completed in 485 milliseconds