Home
last modified time | relevance | path

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

/busybox-1.35.0/include/
Dbb_e2fs_defs.h369 struct ext2_super_block { struct
370 uint32_t s_inodes_count; /* Inodes count */
371 uint32_t s_blocks_count; /* Blocks count */
372 uint32_t s_r_blocks_count; /* Reserved blocks count */
373 uint32_t s_free_blocks_count; /* Free blocks count */
374 uint32_t s_free_inodes_count; /* Free inodes count */
375 uint32_t s_first_data_block; /* First Data Block */
376 uint32_t s_log_block_size; /* Block size */
377 int32_t s_log_frag_size; /* Fragment size */
378 uint32_t s_blocks_per_group; /* # Blocks per group */
[all …]