Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/fs/ext2/
Dext2_diskops.c352 uint32_t ino_group = (ino - 1) / fs->sblock.s_inodes_per_group; in get_itable_entry() local
355 LOG_DBG("ino_group:%d ino_index:%d", ino_group, ino_index); in get_itable_entry()
357 rc = ext2_fetch_block_group(fs, ino_group); in get_itable_entry()