Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/fs/ext2/
Dext2_diskops.c86 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() local
293 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
Dext2_format.c261 struct ext2_disk_bgroup *bg = (struct ext2_disk_bgroup *)bg_block->data; in ext2_format() local
Dext2_struct.h141 #define BGROUP_INODE_TABLE(bg) ((struct ext2_disk_inode *)(bg)->inode_table->data) argument
142 #define BGROUP_INODE_BITMAP(bg) ((uint8_t *)(bg)->inode_bitmap->data) argument
143 #define BGROUP_BLOCK_BITMAP(bg) ((uint8_t *)(bg)->block_bitmap->data) argument