Searched refs:ino_index (Results 1 – 1 of 1) sorted by relevance
353 uint32_t ino_index = (ino - 1) % fs->sblock.s_inodes_per_group; in get_itable_entry() local355 LOG_DBG("ino_group:%d ino_index:%d", ino_group, ino_index); in get_itable_entry()365 uint32_t block_index = ino_index / inodes_per_block; in get_itable_entry()366 uint32_t block_offset = ino_index % inodes_per_block; in get_itable_entry()