Home
last modified time | relevance | path

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

/xen/stubdom/grub.patches/
A D40ext3_256byte_inode.diff66 +#define EXT2_INODE_SIZE(s) (SUPERBLOCK->s_inode_size)
67 +#define EXT2_INODES_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s)/EXT2_INODE_SIZE(s))
106 + EXT2_INODE_SIZE (SUPERBLOCK));
111 + EXT2_INODES_PER_BLOCK (SUPERBLOCK), EXT2_INODE_SIZE (SUPERBLOCK));
/xen/tools/libfsimage/ext2fs/
A Dfsys_ext2fs.c302 #define EXT2_INODE_SIZE(s) (SUPERBLOCK->s_inode_size) macro
303 #define EXT2_INODES_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s)/EXT2_INODE_SIZE(s))
670 inodes_per_block = EXT2_BLOCK_SIZE (SUPERBLOCK) / EXT2_INODE_SIZE(SUPERBLOCK); in ext2fs_dir()
686 EXT2_INODE_SIZE (SUPERBLOCK)); in ext2fs_dir()
689 EXT2_INODES_PER_BLOCK (SUPERBLOCK), EXT2_INODE_SIZE (SUPERBLOCK)); in ext2fs_dir()

Completed in 5 milliseconds