Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ext2fs.c142 struct ext2_inode struct
256 ((struct ext2_inode *)((int)GROUP_DESC + EXT2_BLOCK_SIZE(SUPERBLOCK)))
258 ((int)((int)INODE + sizeof(struct ext2_inode)))
342 i < ((unsigned char *) INODE + sizeof (struct ext2_inode)); in ext2fs_block_map()
451 i < ((unsigned char *) INODE + sizeof (struct ext2_inode)); in ext2fs_read()
556 struct ext2_inode *raw_inode; /* inode info corresponding to current_ino */ in ext2fs_dir()
616 raw_inode = (struct ext2_inode *)((char *)INODE + in ext2fs_dir()
643 memmove ((void *) INODE, (void *) raw_inode, sizeof (struct ext2_inode)); in ext2fs_dir()