Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/fs/ext2/
Dext2_struct.h15 struct ext2_disk_superblock { struct
16 uint32_t s_inodes_count;
17 uint32_t s_blocks_count;
18 uint32_t s_r_blocks_count;
19 uint32_t s_free_blocks_count;
20 uint32_t s_free_inodes_count;
21 uint32_t s_first_data_block;
22 uint32_t s_log_block_size;
23 uint32_t s_log_frag_size;
24 uint32_t s_blocks_per_group;
[all …]