Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/libxfs/
Dxfs_format.h1147 #define XFS_DIFLAG_EXTSIZE (1 << XFS_DIFLAG_EXTSIZE_BIT) macro
1156 XFS_DIFLAG_PROJINHERIT | XFS_DIFLAG_NOSYMLINKS | XFS_DIFLAG_EXTSIZE | \
Dxfs_inode_buf.c604 hint_flag = (flags & XFS_DIFLAG_EXTSIZE); in xfs_inode_validate_extsize()
/Linux-v5.10/fs/xfs/
Dxfs_inode.c63 if ((ip->i_d.di_flags & XFS_DIFLAG_EXTSIZE) && ip->i_d.di_extsize) in xfs_get_extsz_hint()
630 if (di_flags & XFS_DIFLAG_EXTSIZE) in _xfs_dic2xflags()
724 di_flags |= XFS_DIFLAG_EXTSIZE; in xfs_inode_inherit_flags()
Dxfs_ioctl.c1181 di_flags |= XFS_DIFLAG_EXTSIZE; in xfs_flags2diflags()
1522 if (ip->i_d.di_flags & (XFS_DIFLAG_EXTSIZE | XFS_DIFLAG_EXTSZINHERIT)) in xfs_ioctl_setattr()