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.c116 es->s_inode_size = cpu_to_le16(EXT2_GOOD_OLD_INODE_SIZE); in ext2_update_dynamic_rev()
999 sbi->s_inode_size = EXT2_GOOD_OLD_INODE_SIZE; in ext2_fill_super()
1002 sbi->s_inode_size = le16_to_cpu(es->s_inode_size); in ext2_fill_super()
1004 if ((sbi->s_inode_size < EXT2_GOOD_OLD_INODE_SIZE) || in ext2_fill_super()
1005 !is_power_of_2(sbi->s_inode_size) || in ext2_fill_super()
1006 (sbi->s_inode_size > blocksize)) { in ext2_fill_super()
1009 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)
450 __le16 s_inode_size; /* size of inode structure */ member
H A Dinode.c1519 memset(raw_inode, 0, EXT2_SB(sb)->s_inode_size); in __ext2_write_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.rst52 ``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/ext4/
H A Dxattr.c652 end = (void *)raw_inode + EXT4_SB(inode->i_sb)->s_inode_size; in ext4_xattr_ibody_get()
796 end = (void *)raw_inode + EXT4_SB(inode->i_sb)->s_inode_size; in ext4_xattr_ibody_list()
882 end = (void *)raw_inode + EXT4_SB(inode->i_sb)->s_inode_size; in ext4_get_inode_usage()
2232 is->s.end = (void *)raw_inode + EXT4_SB(inode->i_sb)->s_inode_size; in ext4_xattr_ibody_find()
2398 memset(raw_inode, 0, EXT4_SB(inode->i_sb)->s_inode_size); in ext4_xattr_set_handle()
2782 end = (void *)raw_inode + EXT4_SB(inode->i_sb)->s_inode_size; in ext4_expand_extra_isize_ea()
H A Dsuper.c1140 es->s_inode_size = cpu_to_le16(EXT4_GOOD_OLD_INODE_SIZE); in ext4_mark_group_bitmap_corrupted()
2766 (sbi->s_inode_size - EXT4_GOOD_OLD_INODE_SIZE)) { in ext4_check_opt_consistency()
4469 sbi->s_inode_size = EXT4_GOOD_OLD_INODE_SIZE; in ext4_fast_commit_init()
4472 sbi->s_inode_size = le16_to_cpu(es->s_inode_size); in ext4_fast_commit_init()
4479 if ((sbi->s_inode_size < EXT4_GOOD_OLD_INODE_SIZE) || in ext4_inode_info_init()
4480 (!is_power_of_2(sbi->s_inode_size)) || in ext4_inode_info_init()
4481 (sbi->s_inode_size > sb->s_blocksize)) { in ext4_inode_info_init()
4484 sbi->s_inode_size); in ext4_inode_info_init()
4494 if (sbi->s_inode_size > in ext4_inode_info_init()
[all...]
H A Dext4.h356 #define EXT4_INODE_SIZE(s) (EXT4_SB(s)->s_inode_size)
361 (s)->s_inode_size)
1344 __le16 s_inode_size; /* size of inode structure */ member
1527 int s_inode_size; member
H A Dinline.c43 min_offs = EXT4_SB(inode->i_sb)->s_inode_size - in get_max_inline_xattr_value_size()
61 end = (void *)raw_inode + EXT4_SB(inode->i_sb)->s_inode_size; in get_max_inline_xattr_value_size()
H A Dfast_commit.c1999 len <= sbi->s_inode_size; in ext4_fc_value_len_isvalid()
H A Dinode.c5062 memset(raw_inode, 0, EXT4_SB(inode->i_sb)->s_inode_size); in ext4_do_update_inode()
H A Dextents.c4918 length = EXT4_SB(inode->i_sb)->s_inode_size - offset; in ext4_iomap_xattr_fiemap()
/linux/fs/nilfs2/
H A Dthe_nilfs.c443 nilfs->ns_inode_size = le16_to_cpu(sbp->s_inode_size); in nilfs_store_disk_layout()