Searched defs:s_log_cluster_size (Results 1 - 2 of 2) sorted by relevance

/external/syslinux/libinstaller/ext2fs/
H A Dext2_fs.h109 (s)->s_log_cluster_size)
110 #define EXT2_CLUSTER_SIZE_BITS(s) ((s)->s_log_cluster_size + 10)
548 __u32 s_log_cluster_size; /* Allocation cluster size */ member in struct:ext2_super_block
/external/e2fsprogs/lib/ext2fs/
H A Dext2_fs.h109 (s)->s_log_cluster_size)
110 #define EXT2_CLUSTER_SIZE_BITS(s) ((s)->s_log_cluster_size + 10)
636 __u32 s_log_cluster_size; /* Allocation cluster size */ member in struct:ext2_super_block

Completed in 279 milliseconds