Searched refs:ext2_inode (Results 1 – 3 of 3) sorted by relevance
92 - >> 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));
97 struct ext2_inode98 @@ -174,22 +199,22 @@ struct ext2_inode129 @@ -198,16 +223,36 @@ struct ext2_inode307 + i < ((unsigned char *) INODE + sizeof (struct ext2_inode));387 struct ext2_inode *raw_inode; /* inode info corresponding to current_ino */
142 struct ext2_inode struct292 ((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