Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dxattr.h69 EXT4_I(inode)->i_extra_isize))
99 * i_extra_isize is not 0 and that the inode size is not less than
105 ((EXT4_I(inode)->i_extra_isize != 0) && \
106 (EXT4_GOOD_OLD_INODE_SIZE + EXT4_I(inode)->i_extra_isize + \
/linux/Documentation/filesystems/ext4/
H A Dinlinedata.rst19 256-byte inode (as of June 2015, when i_extra_isize is 28). Prior to
H A Dinodes.rst138 - i_extra_isize
470 128-byte ext2 inode is recorded in the ``i_extra_isize`` field for each
474 ``i_extra_isize``. By default, ext4 inode records are 256 bytes, and (as
476 (``i_extra_isize = 32``). The extra space between the end of the inode
H A Dattributes.rst16 next inode entry. For example, if inode.i_extra_isize = 28 and
/linux/fs/f2fs/
H A Drecovery.c298 F2FS_FITS_IN_INODE(raw, le16_to_cpu(raw->i_extra_isize), in recover_inode()