Home
last modified time | relevance | path

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

/xen/stubdom/grub.patches/
A D40ext3_256byte_inode.diff92 - >> log2 (EXT2_BLOCK_SIZE (SUPERBLOCK) / sizeof (struct ext2_inode)));
103 - & (EXT2_BLOCK_SIZE (SUPERBLOCK) / sizeof (struct ext2_inode) - 1));
104 + raw_inode = (struct ext2_inode *)((char *)INODE +
109 - (EXT2_BLOCK_SIZE (SUPERBLOCK) / sizeof (struct ext2_inode)),
110 - sizeof (struct ext2_inode));
A D60ext4.diff97 struct ext2_inode
98 @@ -174,22 +199,22 @@ struct ext2_inode
129 @@ -198,16 +223,36 @@ struct ext2_inode
307 + i < ((unsigned char *) INODE + sizeof (struct ext2_inode));
387 struct ext2_inode *raw_inode; /* inode info corresponding to current_ino */
/xen/tools/libfsimage/ext2fs/
A Dfsys_ext2fs.c142 struct ext2_inode struct
292 ((struct ext2_inode *)((caddr_t)GROUP_DESC + EXT2_BLOCK_SIZE(SUPERBLOCK)))
294 ((char *)((caddr_t)INODE + sizeof(struct ext2_inode)))
384 i < ((unsigned char *) INODE + sizeof (struct ext2_inode)); in ext2fs_block_map()
517 i < ((unsigned char *) INODE + sizeof (struct ext2_inode)); in ext2fs_read()
622 struct ext2_inode *raw_inode; /* inode info corresponding to current_ino */ in ext2fs_dir()
684 raw_inode = (struct ext2_inode *)((char *)INODE + in ext2fs_dir()
710 memmove ((void *) INODE, (void *) raw_inode, sizeof (struct ext2_inode)); in ext2fs_dir()

Completed in 6 milliseconds