Searched refs:ext2_fetch_block_group (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/fs/ext2/ |
D | ext2_diskops.h | 55 int ext2_fetch_block_group(struct ext2_data *fs, uint32_t group);
|
D | ext2_diskops.c | 238 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()
|
D | ext2_impl.c | 328 ret = ext2_fetch_block_group(fs, 0); in ext2_init_fs()
|