Searched refs:itable_offset (Results 1 – 1 of 1) sorted by relevance
380 int32_t itable_offset = get_itable_entry(fs, ino); in ext2_fetch_inode() local384 if (itable_offset < 0) { in ext2_fetch_inode()385 return itable_offset; in ext2_fetch_inode()388 struct ext2_disk_inode *dino = &BGROUP_INODE_TABLE(&fs->bgroup)[itable_offset]; in ext2_fetch_inode()821 int32_t itable_offset = get_itable_entry(fs, inode->i_id); in ext2_commit_inode() local823 if (itable_offset < 0) { in ext2_commit_inode()824 return itable_offset; in ext2_commit_inode()828 struct ext2_disk_inode *dino = &BGROUP_INODE_TABLE(&fs->bgroup)[itable_offset]; in ext2_commit_inode()857 int32_t itable_offset = get_itable_entry(fs, ino); in ext2_clear_inode() local859 if (itable_offset < 0) { in ext2_clear_inode()[all …]