Home
last modified time | relevance | path

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

/reactos/sdk/lib/fslib/ext2lib/
H A DSuper.c174 Ext2Sys->inode_blocks_per_group = (((pExt2Sb->s_inodes_per_group * EXT2_INODE_SIZE(pExt2Sb)) in ext2_initialize_sb()
178 / EXT2_INODE_SIZE(pExt2Sb)); in ext2_initialize_sb()
186 Ext2Sys->inode_blocks_per_group = (((pExt2Sb->s_inodes_per_group * EXT2_INODE_SIZE(pExt2Sb)) in ext2_initialize_sb()
H A Dext2_fs.h86 #define EXT2_INODE_SIZE(s) ((s)->u.ext2_sb.s_inode_size) macro
89 #define EXT2_INODE_SIZE(s) (((s)->s_rev_level == EXT2_GOOD_OLD_REV) ? \ macro
/reactos/boot/freeldr/freeldr/include/fs/
H A Dext2.h192 #define EXT2_INODE_SIZE(sb) (EXT2_REVISION(sb) == EXT2_GOOD_OLD_REVISION \ macro
/reactos/drivers/filesystems/ext2/inc/linux/
H A Dext2_fs.h98 #define EXT2_INODE_SIZE(s) ((s)->u.ext2_sb.s_inode_size) macro
101 #define EXT2_INODE_SIZE(s) (((s)->s_rev_level == EXT2_GOOD_OLD_REV) ? \ macro
/reactos/boot/freeldr/freeldr/lib/fs/
H A Dext2.c719 Volume->InodesPerBlock = Volume->BlockSizeInBytes / EXT2_INODE_SIZE(SuperBlock); in Ext2ReadSuperBlock()
949 (InodeOffsetInBlock * EXT2_INODE_SIZE(Volume->SuperBlock)), in Ext2ReadInode()