Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/fs/ext2/
Dext2_diskops.h93 int ext2_fetch_bg_bbitmap(struct ext2_bgroup *bg);
Dext2_diskops.c328 int ext2_fetch_bg_bbitmap(struct ext2_bgroup *bg) in ext2_fetch_bg_bbitmap() function
892 rc = ext2_fetch_bg_bbitmap(&fs->bgroup); in ext2_alloc_block()
1059 rc = ext2_fetch_bg_bbitmap(&fs->bgroup); in ext2_free_block()
Dext2_impl.c336 ret = ext2_fetch_bg_bbitmap(&fs->bgroup); in ext2_init_fs()