Home
last modified time | relevance | path

Searched defs:ext4_super_block (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ext4/
H A Dext4.h1332 struct ext4_super_block { struct
1333 /*00*/ __le32 s_inodes_count; /* Inodes count */
1334 __le32 s_blocks_count_lo; /* Blocks count */
1335 __le32 s_r_blocks_count_lo; /* Reserved blocks count */
1336 __le32 s_free_blocks_count_lo; /* Free blocks count */
1337 /*10*/ __le32 s_free_inodes_count; /* Free inodes count */
1338 __le32 s_first_data_block; /* First Data Block */
1339 __le32 s_log_block_size; /* Block size */
1340 __le32 s_log_cluster_size; /* Allocation cluster size */
1341 /*20*/ __le32 s_blocks_per_group; /* # Blocks per group */
[all …]