Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/fs/ext2/
Dext2_struct.h61 struct ext2_disk_bgroup { struct
62 uint32_t bg_block_bitmap;
63 uint32_t bg_inode_bitmap;
64 uint32_t bg_inode_table;
65 uint16_t bg_free_blocks_count;
66 uint16_t bg_free_inodes_count;
67 uint16_t bg_used_dirs_count;
68 uint16_t bg_pad;
69 uint8_t bg_reserved[12];