Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/fs/ext2/
Dext2_diskops.c256 uint32_t groups_per_block = fs->block_size / sizeof(struct ext2_disk_bgroup); in ext2_fetch_block_group() local
257 uint32_t block = group / groups_per_block; in ext2_fetch_block_group()
258 uint32_t offset = group % groups_per_block; in ext2_fetch_block_group()
794 uint32_t groups_per_block = fs->block_size / sizeof(struct ext2_disk_bgroup); in ext2_commit_bg() local
795 uint32_t block = bg->num / groups_per_block; in ext2_commit_bg()
796 uint32_t offset = bg->num % groups_per_block; in ext2_commit_bg()