Home
last modified time | relevance | path

Searched refs:s_inode_size (Results 1 – 8 of 8) sorted by relevance

/linux/fs/ext2/
H A Dsuper.c143 es->s_inode_size = cpu_to_le16(EXT2_GOOD_OLD_INODE_SIZE); in ext2_update_dynamic_rev()
1037 sbi->s_inode_size = EXT2_GOOD_OLD_INODE_SIZE; in ext2_fill_super()
1040 sbi->s_inode_size = le16_to_cpu(es->s_inode_size); in ext2_fill_super()
1042 if ((sbi->s_inode_size < EXT2_GOOD_OLD_INODE_SIZE) || in ext2_fill_super()
1043 !is_power_of_2(sbi->s_inode_size) || in ext2_fill_super()
1044 (sbi->s_inode_size > blocksize)) { in ext2_fill_super()
1047 sbi->s_inode_size); in ext2_fill_super()
H A Dext2.h93 int s_inode_size; member
185 #define EXT2_INODE_SIZE(s) (EXT2_SB(s)->s_inode_size)
451 __le16 s_inode_size; /* size of inode structure */ member
H A Dinode.c1530 memset(raw_inode, 0, EXT2_SB(sb)->s_inode_size); in __ext2_write_inode()
/linux/fs/ext4/
H A Dxattr.h72 EXT4_SB((inode)->i_sb)->s_inode_size)
H A Dxattr.c1183 end = (void *)ext4_raw_inode(&iloc) + EXT4_SB(parent->i_sb)->s_inode_size; in ext4_xattr_inode_dec_ref_all()
2403 memset(raw_inode, 0, EXT4_SB(inode->i_sb)->s_inode_size); in ext4_xattr_set_handle()
H A Dfast_commit.c2038 len <= sbi->s_inode_size; in ext4_fc_value_len_isvalid()
H A Dinode.c5604 memset(raw_inode, 0, EXT4_SB(inode->i_sb)->s_inode_size); in ext4_do_update_inode()
/linux/fs/nilfs2/
H A Dthe_nilfs.c454 nilfs->ns_inode_size = le16_to_cpu(sbp->s_inode_size); in nilfs_store_disk_layout()