s_cluster_bits 61 fs/ext4/balloc.c EXT4_SB(sb)->s_cluster_bits; s_cluster_bits 570 fs/ext4/balloc.c rsv = (ext4_r_blocks_count(sbi->s_es) >> sbi->s_cluster_bits) + s_cluster_bits 260 fs/ext4/ext4.h EXT4_SB(s)->s_cluster_bits) s_cluster_bits 263 fs/ext4/ext4.h # define EXT4_CLUSTER_BITS(s) (EXT4_SB(s)->s_cluster_bits) s_cluster_bits 285 fs/ext4/ext4.h #define EXT4_B2C(sbi, blk) ((blk) >> (sbi)->s_cluster_bits) s_cluster_bits 287 fs/ext4/ext4.h #define EXT4_C2B(sbi, cluster) ((cluster) << (sbi)->s_cluster_bits) s_cluster_bits 290 fs/ext4/ext4.h (sbi)->s_cluster_bits) s_cluster_bits 1395 fs/ext4/ext4.h unsigned int s_cluster_bits; /* log2 of s_cluster_ratio */ s_cluster_bits 4545 fs/ext4/extents.c len = allocated_clusters << sbi->s_cluster_bits; s_cluster_bits 1091 fs/ext4/extents_status.c nclu = (end - i + 1) >> sbi->s_cluster_bits; s_cluster_bits 1093 fs/ext4/extents_status.c i += nclu << sbi->s_cluster_bits; s_cluster_bits 2651 fs/ext4/mballoc.c sbi->s_cluster_bits, 32); s_cluster_bits 199 fs/ext4/mballoc.h (fex->fe_start << EXT4_SB(sb)->s_cluster_bits); s_cluster_bits 898 fs/ext4/resize.c (9 - EXT4_SB(sb)->s_cluster_bits); s_cluster_bits 1000 fs/ext4/resize.c int cluster_bits = EXT4_SB(sb)->s_cluster_bits; s_cluster_bits 1873 fs/ext4/resize.c (9 - sbi->s_cluster_bits))) s_cluster_bits 3604 fs/ext4/super.c sbi->s_cluster_bits); s_cluster_bits 4156 fs/ext4/super.c sbi->s_cluster_bits = le32_to_cpu(es->s_log_cluster_size) - s_cluster_bits 4188 fs/ext4/super.c sbi->s_cluster_bits = 0; s_cluster_bits 102 fs/ext4/sysfs.c sbi->s_cluster_bits); s_cluster_bits 856 fs/ext4/xattr.c size_t cluster_size = 1 << (EXT4_SB(sb)->s_cluster_bits +