Searched refs:ext2_bgroup (Results 1 – 3 of 3) sorted by relevance
69 int ext2_fetch_bg_itable(struct ext2_bgroup *bg, uint32_t block);81 int ext2_fetch_bg_ibitmap(struct ext2_bgroup *bg);93 int ext2_fetch_bg_bbitmap(struct ext2_bgroup *bg);
145 struct ext2_bgroup { struct231 struct ext2_bgroup bgroup; /* block group */
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()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()