Home
last modified time | relevance | path

Searched refs:ext2_fetch_bg_itable (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/fs/ext2/
Dext2_diskops.h69 int ext2_fetch_bg_itable(struct ext2_bgroup *bg, uint32_t block);
Dext2_diskops.c293 int ext2_fetch_bg_itable(struct ext2_bgroup *bg, uint32_t block) in ext2_fetch_bg_itable() function
370 rc = ext2_fetch_bg_itable(&fs->bgroup, block_index); in get_itable_entry()