Home
last modified time | relevance | path

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

/plan9-contrib/sys/src/cmd/ext2srv/
H A Ddat.h7 typedef struct GroupDesc GroupDesc; typedef
57 struct GroupDesc struct
59 uint bg_block_bitmap; /* Blocks bitmap block */
60 uint bg_inode_bitmap; /* Inodes bitmap block */
61 uint bg_inode_table; /* Inodes table block */
62 ushort bg_free_blocks_count; /* Free blocks count */
63 ushort bg_free_inodes_count; /* Free inodes count */
64 ushort bg_used_dirs_count; /* Directories count */
65 ushort bg_pad;
66 uint bg_reserved[3];