Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_trans_inode.c154 ip->i_diflags &= ~(XFS_DIFLAG_EXTSIZE | in xfs_trans_log_inode()
A Dxfs_format.h971 #define XFS_DIFLAG_EXTSIZE (1 << XFS_DIFLAG_EXTSIZE_BIT) macro
980 XFS_DIFLAG_PROJINHERIT | XFS_DIFLAG_NOSYMLINKS | XFS_DIFLAG_EXTSIZE | \
A Dxfs_inode_buf.c588 hint_flag = (flags & XFS_DIFLAG_EXTSIZE); in xfs_inode_validate_extsize()
/linux/fs/xfs/
A Dxfs_ioctl.c1069 if (ip->i_diflags & XFS_DIFLAG_EXTSIZE) { in xfs_fill_fsxattr()
1163 di_flags |= XFS_DIFLAG_EXTSIZE; in xfs_flags2diflags()
1465 if (ip->i_diflags & (XFS_DIFLAG_EXTSIZE | XFS_DIFLAG_EXTSZINHERIT)) in xfs_fileattr_set()
A Dxfs_inode.c64 if ((ip->i_diflags & XFS_DIFLAG_EXTSIZE) && ip->i_extsize) in xfs_get_extsz_hint()
631 if (ip->i_diflags & XFS_DIFLAG_EXTSIZE) in xfs_ip2xflags()
716 di_flags |= XFS_DIFLAG_EXTSIZE; in xfs_inode_inherit_flags()
753 ip->i_diflags &= ~(XFS_DIFLAG_EXTSIZE | in xfs_inode_inherit_flags()

Completed in 20 milliseconds