Home
last modified time | relevance | path

Searched refs:s_log_cluster_size (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/Documentation/filesystems/ext4/
H A Dbigalloc.rst26 stored in the s_log_cluster_size field in the superblock); from then
H A Dsuper.rst60 - s_log_cluster_size
61 - Cluster size is 2 ^ (10 + s_log_cluster_size) blocks if bigalloc is
62 enabled. Otherwise s_log_cluster_size must equal s_log_block_size.
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch450 - (s)->s_log_cluster_size)
451 -#define EXT2_CLUSTER_SIZE_BITS(s) ((s)->s_log_cluster_size + 10)
889 - __u32 s_log_cluster_size; /* Allocation cluster size */
/openbmc/linux/fs/ext4/
H A Dsuper.c4424 clustersize = BLOCK_SIZE << le32_to_cpu(es->s_log_cluster_size); in ext4_handle_clustersize()
4432 sbi->s_cluster_bits = le32_to_cpu(es->s_log_cluster_size) - in ext4_handle_clustersize()
5081 if (le32_to_cpu(es->s_log_cluster_size) > in ext4_load_super()
5085 le32_to_cpu(es->s_log_cluster_size)); in ext4_load_super()
H A Dext4.h1307 __le32 s_log_cluster_size; /* Allocation cluster size */ member