Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_rw.h56 extsz = (ip->i_d.di_flags & XFS_DIFLAG_EXTSIZE) in xfs_get_extsz_hint()
61 extsz = (ip->i_d.di_flags & XFS_DIFLAG_EXTSIZE) in xfs_get_extsz_hint()
Dxfs_dinode.h195 #define XFS_DIFLAG_EXTSIZE (1 << XFS_DIFLAG_EXTSIZE_BIT) macro
210 XFS_DIFLAG_PROJINHERIT | XFS_DIFLAG_NOSYMLINKS | XFS_DIFLAG_EXTSIZE | \
Dxfs_inode.c742 if (di_flags & XFS_DIFLAG_EXTSIZE) in _xfs_dic2xflags()
1124 di_flags |= XFS_DIFLAG_EXTSIZE; in xfs_ialloc()
1209 if (ip->i_d.di_flags & XFS_DIFLAG_EXTSIZE) in xfs_isize_check()
/fs/xfs/linux-2.6/
Dxfs_ioctl.c883 di_flags |= XFS_DIFLAG_EXTSIZE; in xfs_set_diflags()