Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_format.h1016 #define XFS_DIFLAG_EXTSIZE (1 << XFS_DIFLAG_EXTSIZE_BIT) macro
1025 XFS_DIFLAG_PROJINHERIT | XFS_DIFLAG_NOSYMLINKS | XFS_DIFLAG_EXTSIZE | \
/linux-4.4.14/fs/xfs/
Dxfs_ioctl.c978 di_flags |= XFS_DIFLAG_EXTSIZE; in xfs_set_diflags()
1262 if (ip->i_d.di_flags & (XFS_DIFLAG_EXTSIZE | XFS_DIFLAG_EXTSZINHERIT)) in xfs_ioctl_setattr()
Dxfs_inode.c71 if ((ip->i_d.di_flags & XFS_DIFLAG_EXTSIZE) && ip->i_d.di_extsize) in xfs_get_extsz_hint()
638 if (di_flags & XFS_DIFLAG_EXTSIZE) in _xfs_dic2xflags()
880 di_flags |= XFS_DIFLAG_EXTSIZE; in xfs_ialloc()