Home
last modified time | relevance | path

Searched refs:ext2_bgroup (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/fs/ext2/
Dext2_diskops.h69 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);
Dext2_struct.h145 struct ext2_bgroup { struct
231 struct ext2_bgroup bgroup; /* block group */
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()
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()