Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/fs/ext2/
Dext2_diskops.h55 int ext2_fetch_block_group(struct ext2_data *fs, uint32_t group);
Dext2_diskops.c238 int ext2_fetch_block_group(struct ext2_data *fs, uint32_t group) in ext2_fetch_block_group() function
357 rc = ext2_fetch_block_group(fs, ino_group); in get_itable_entry()
874 rc = ext2_fetch_block_group(fs, group); in ext2_alloc_block()
882 rc = ext2_fetch_block_group(fs, group); in ext2_alloc_block()
965 rc = ext2_fetch_block_group(fs, group); in ext2_alloc_inode()
969 rc = ext2_fetch_block_group(fs, group); in ext2_alloc_inode()
1054 rc = ext2_fetch_block_group(fs, group); in ext2_free_block()
1106 rc = ext2_fetch_block_group(fs, group); in ext2_free_inode()
Dext2_impl.c328 ret = ext2_fetch_block_group(fs, 0); in ext2_init_fs()