Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_format.h1038 #define XFS_DIFLAG_EXTSIZE (1 << XFS_DIFLAG_EXTSIZE_BIT) macro
1047 XFS_DIFLAG_PROJINHERIT | XFS_DIFLAG_NOSYMLINKS | XFS_DIFLAG_EXTSIZE | \
Dxfs_inode_buf.c741 hint_flag = (flags & XFS_DIFLAG_EXTSIZE); in xfs_inode_validate_extsize()
/fs/xfs/
Dxfs_inode.c58 if ((ip->i_d.di_flags & XFS_DIFLAG_EXTSIZE) && ip->i_d.di_extsize) in xfs_get_extsz_hint()
640 if (di_flags & XFS_DIFLAG_EXTSIZE) in _xfs_dic2xflags()
881 di_flags |= XFS_DIFLAG_EXTSIZE; in xfs_ialloc()
Dxfs_ioctl.c1190 di_flags |= XFS_DIFLAG_EXTSIZE; in xfs_flags2diflags()
1623 if (ip->i_d.di_flags & (XFS_DIFLAG_EXTSIZE | XFS_DIFLAG_EXTSZINHERIT)) in xfs_ioctl_setattr()