Searched defs:bg (Results 1 – 3 of 3) sorted by relevance
86 static void fill_bgroup(struct ext2_bgroup *bg, struct ext2_disk_bgroup *disk_bg) in fill_bgroup()96 static void fill_disk_bgroup(struct ext2_disk_bgroup *disk_bg, struct ext2_bgroup *bg) in fill_disk_bgroup()240 struct ext2_bgroup *bg = &fs->bgroup; in ext2_fetch_block_group() local293 int ext2_fetch_bg_itable(struct ext2_bgroup *bg, uint32_t block) in ext2_fetch_bg_itable()312 int ext2_fetch_bg_ibitmap(struct ext2_bgroup *bg) in ext2_fetch_bg_ibitmap()328 int ext2_fetch_bg_bbitmap(struct ext2_bgroup *bg) in ext2_fetch_bg_bbitmap()792 struct ext2_bgroup *bg = &fs->bgroup; in ext2_commit_bg() local
261 struct ext2_disk_bgroup *bg = (struct ext2_disk_bgroup *)bg_block->data; in ext2_format() local
141 #define BGROUP_INODE_TABLE(bg) ((struct ext2_disk_inode *)(bg)->inode_table->data) argument142 #define BGROUP_INODE_BITMAP(bg) ((uint8_t *)(bg)->inode_bitmap->data) argument143 #define BGROUP_BLOCK_BITMAP(bg) ((uint8_t *)(bg)->block_bitmap->data) argument