Searched refs:ext2_inode (Results 1 – 1 of 1) sorted by relevance
142 struct ext2_inode struct294 ((struct ext2_inode *)((caddr_t)GROUP_DESC + EXT2_BLOCK_SIZE(SUPERBLOCK)))296 ((char *)((caddr_t)INODE + sizeof(struct ext2_inode)))386 i < ((unsigned char *) INODE + sizeof (struct ext2_inode)); in ext2fs_block_map()519 i < ((unsigned char *) INODE + sizeof (struct ext2_inode)); in ext2fs_read()624 struct ext2_inode *raw_inode; /* inode info corresponding to current_ino */ in ext2fs_dir()686 raw_inode = (struct ext2_inode *)((char *)INODE + in ext2fs_dir()712 memmove ((void *) INODE, (void *) raw_inode, sizeof (struct ext2_inode)); in ext2fs_dir()
Completed in 12 milliseconds