|
Motr
M0
|
#include <balloc.h>

Data Fields | |
| struct m0_format_header | bgd_header |
| m0_bindex_t | bgd_groupno |
| m0_bcount_t | bgd_freeblocks |
| m0_bcount_t | bgd_fragments |
| m0_bcount_t | bgd_maxchunk |
| struct m0_format_footer | bgd_footer |
On-disk data structure for group, stored in db.
When stored in db, {key, value} = {group_nr, m0_balloc_group_desc}. Every group description will stay in a separate db.
| struct m0_format_footer bgd_footer |
| m0_bcount_t bgd_fragments |
| m0_bcount_t bgd_freeblocks |
| m0_bindex_t bgd_groupno |
| struct m0_format_header bgd_header |
| m0_bcount_t bgd_maxchunk |