Home
last modified time | relevance | path

Searched refs:XFS_DIFLAG_EXTSZINHERIT (Results 1 – 6 of 6) sorted by relevance

/linux/fs/xfs/scrub/
H A Dinode_repair.c710 XFS_DIFLAG_EXTSZINHERIT); in xrep_dinode_extsize_hints()
1807 XFS_DIFLAG_EXTSZINHERIT | in xrep_inode_flags()
1913 (sc->ip->i_diflags & XFS_DIFLAG_EXTSZINHERIT) && in xrep_inode_extsize()
1916 sc->ip->i_diflags &= ~XFS_DIFLAG_EXTSZINHERIT; in xrep_inode_extsize()
/linux/fs/xfs/
H A Dxfs_ioctl.c458 } else if (ip->i_diflags & XFS_DIFLAG_EXTSZINHERIT) { in xfs_fill_fsxattr()
669 (new_diflags & XFS_DIFLAG_EXTSZINHERIT)) { in xfs_ioctl_setattr_check_extsize()
813 if (ip->i_diflags & (XFS_DIFLAG_EXTSIZE | XFS_DIFLAG_EXTSZINHERIT)) in xfs_fileattr_set()
H A Dxfs_inode_item.c140 if ((ip->i_diflags & XFS_DIFLAG_EXTSZINHERIT) && in xfs_inode_item_precommit()
143 XFS_DIFLAG_EXTSZINHERIT); in xfs_inode_item_precommit()
H A Dxfs_rtalloc.c706 !(ip->i_diflags & XFS_DIFLAG_EXTSZINHERIT)) in xfs_growfs_rt_fixup_extsize()
/linux/fs/xfs/libxfs/
H A Dxfs_format.h1174 #define XFS_DIFLAG_EXTSZINHERIT (1 << XFS_DIFLAG_EXTSZINHERIT_BIT) macro
1183 XFS_DIFLAG_EXTSZINHERIT | XFS_DIFLAG_NODEFRAG | XFS_DIFLAG_FILESTREAM)
H A Dxfs_inode_buf.c842 inherit_flag = (flags & XFS_DIFLAG_EXTSZINHERIT); in xfs_inode_validate_extsize()