Searched defs:ext2_inode (Results 1 - 3 of 3) sorted by relevance

/external/grub/stage2/
H A Dfsys_ext2fs.c97 struct ext2_inode struct
211 ((struct ext2_inode *)((int)GROUP_DESC + EXT2_BLOCK_SIZE(SUPERBLOCK)))
213 ((int)((int)INODE + sizeof(struct ext2_inode)))
294 i < ((unsigned char *) INODE + sizeof (struct ext2_inode));
403 i < ((unsigned char *) INODE + sizeof (struct ext2_inode));
508 struct ext2_inode *raw_inode; /* inode info corresponding to current_ino */
556 >> log2 (EXT2_BLOCK_SIZE (SUPERBLOCK) / sizeof (struct ext2_inode)));
570 & (EXT2_BLOCK_SIZE (SUPERBLOCK) / sizeof (struct ext2_inode) - 1));
573 (EXT2_BLOCK_SIZE (SUPERBLOCK) / sizeof (struct ext2_inode)),
574 sizeof (struct ext2_inode));
[all...]
/external/kernel-headers/original/linux/
H A Dext2_fs.h211 struct ext2_inode { struct
/external/e2fsprogs/lib/ext2fs/
H A Dext2_fs.h329 struct ext2_inode { struct

Completed in 1320 milliseconds