Home
last modified time | relevance | path

Searched refs:s_inode_size (Results 1 – 15 of 15) 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 Dsuper.c1131 es->s_inode_size = cpu_to_le16(EXT4_GOOD_OLD_INODE_SIZE); in ext4_update_dynamic_rev()
2743 (sbi->s_inode_size - EXT4_GOOD_OLD_INODE_SIZE)) { in ext4_check_opt_consistency()
4500 sbi->s_inode_size = EXT4_GOOD_OLD_INODE_SIZE; in ext4_inode_info_init()
4503 sbi->s_inode_size = le16_to_cpu(es->s_inode_size); in ext4_inode_info_init()
4510 if ((sbi->s_inode_size < EXT4_GOOD_OLD_INODE_SIZE) || in ext4_inode_info_init()
4511 (!is_power_of_2(sbi->s_inode_size)) || in ext4_inode_info_init()
4512 (sbi->s_inode_size > sb->s_blocksize)) { in ext4_inode_info_init()
4515 sbi->s_inode_size); in ext4_inode_info_init()
4525 if (sbi->s_inode_size > in ext4_inode_info_init()
[all...]
H A Dext4.h354 #define EXT4_INODE_SIZE(s) (EXT4_SB(s)->s_inode_size)
359 (s)->s_inode_size)
1358 __le16 s_inode_size; /* size of inode structure */ member
1541 int s_inode_size; member
H A Dinline.c48 min_offs = EXT4_SB(inode->i_sb)->s_inode_size - in get_max_inline_xattr_value_size()
66 end = (void *)raw_inode + EXT4_SB(inode->i_sb)->s_inode_size; in get_max_inline_xattr_value_size()
H A Dxattr.c1173 end = (void *)ext4_raw_inode(&iloc) + EXT4_SB(parent->i_sb)->s_inode_size; in ext4_xattr_inode_dec_ref_all()
2393 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.c5640 memset(raw_inode, 0, EXT4_SB(inode->i_sb)->s_inode_size); in ext4_do_update_inode()
/linux/Documentation/filesystems/ext4/
H A Dinodes.rst20 ``sb.s_inode_size * sb.s_inodes_per_group`` bytes. The number of the
468 record size is recorded in the superblock as ``s_inode_size``. The
491 ``offset = index * sb->s_inode_size``.
507 If the inode structure size ``sb->s_inode_size`` is larger than 128
H A Dblockgroup.rst55 ``sb.s_inodes_per_group * sb.s_inode_size`` bytes.
H A Dsuper.rst151 - s_inode_size
/linux/include/uapi/linux/
H A Dnilfs2_ondisk.h185 /*90*/ __le16 s_inode_size; /* Size of an inode */ member
/linux/fs/nilfs2/
H A Dthe_nilfs.c454 nilfs->ns_inode_size = le16_to_cpu(sbp->s_inode_size); in nilfs_store_disk_layout()