Home
last modified time | relevance | path

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

/linux/fs/ext2/
H A Dialloc.c183 EXT2_INODE_SIZE(inode->i_sb); in ext2_preread_inode()
H A Dext2.h185 #define EXT2_INODE_SIZE(s) (EXT2_SB(s)->s_inode_size) macro
H A Dinode.c1324 offset = ((ino - 1) % EXT2_INODES_PER_GROUP(sb)) * EXT2_INODE_SIZE(sb); in ext2_get_inode()
H A Dsuper.c1017 sbi->s_inodes_per_block = sb->s_blocksize / EXT2_INODE_SIZE(sb); in ext2_fill_super()