Lines Matching refs:di_flags2
84 if (ip->i_d.di_flags2 & XFS_DIFLAG2_COWEXTSIZE) in xfs_get_cowextsz_hint()
620 uint64_t di_flags2, in _xfs_dic2xflags() argument
656 if (di_flags2 & XFS_DIFLAG2_ANY) { in _xfs_dic2xflags()
657 if (di_flags2 & XFS_DIFLAG2_DAX) in _xfs_dic2xflags()
659 if (di_flags2 & XFS_DIFLAG2_COWEXTSIZE) in _xfs_dic2xflags()
675 return _xfs_dic2xflags(dic->di_flags, dic->di_flags2, XFS_IFORK_Q(ip)); in xfs_ip2xflags()
852 ip->i_d.di_flags2 = 0; in xfs_ialloc()
912 (pip->i_d.di_flags2 & XFS_DIFLAG2_ANY) && in xfs_ialloc()
915 uint64_t di_flags2 = 0; in xfs_ialloc() local
917 if (pip->i_d.di_flags2 & XFS_DIFLAG2_COWEXTSIZE) { in xfs_ialloc()
918 di_flags2 |= XFS_DIFLAG2_COWEXTSIZE; in xfs_ialloc()
921 if (pip->i_d.di_flags2 & XFS_DIFLAG2_DAX) in xfs_ialloc()
922 di_flags2 |= XFS_DIFLAG2_DAX; in xfs_ialloc()
924 ip->i_d.di_flags2 |= di_flags2; in xfs_ialloc()
1490 ip->i_d.di_flags2 &= ~XFS_DIFLAG2_REFLINK; in xfs_itruncate_clear_reflink_flags()
2430 ip->i_d.di_flags2 = 0; in xfs_ifree()